We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4d480 commit c48bd46Copy full SHA for c48bd46
scripts/bin-test/test.ts
@@ -1,8 +1,8 @@
1
import * as subprocess from "child_process";
2
-import * as path from "path";
3
-import { promisify } from "util";
4
import * as fs from "fs/promises";
5
import * as os from "os";
+import * as path from "path";
+import { promisify } from "util";
6
7
import { expect } from "chai";
8
import yaml from "js-yaml";
0 commit comments