Skip to content

Commit c48bd46

Browse files
committed
fix(*): updated test imports
1 parent 0e4d480 commit c48bd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/bin-test/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import * as subprocess from "child_process";
2-
import * as path from "path";
3-
import { promisify } from "util";
42
import * as fs from "fs/promises";
53
import * as os from "os";
4+
import * as path from "path";
5+
import { promisify } from "util";
66

77
import { expect } from "chai";
88
import yaml from "js-yaml";

0 commit comments

Comments
 (0)