Skip to content

Commit 46150ea

Browse files
committed
More simplify
1 parent 5cc06f4 commit 46150ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/esbuild/esbuild.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import { runCmd, TestOptions, testResults } from "../utils";
44

55
const __dirname = new URL(".", import.meta.url).pathname;
66

7-
function esbuildTest(path: string, options: TestOptions) {
7+
function esbuildTest(path: string, results: TestOptions) {
88
const baseDir = join(__dirname, path);
99
runCmd("node", ["./build.mjs"], baseDir);
1010

11-
testResults(baseDir, options);
11+
testResults(baseDir, results);
1212
}
1313

1414
describe("rollup", () => {

0 commit comments

Comments
 (0)