Skip to content

Commit 620b5b1

Browse files
test: fix more
1 parent 172a5cf commit 620b5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/build/config-format/disable-interpret/disable-interpret.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("webpack cli", () => {
88
const configFileName = "webpack.config";
99
const configFilePath = resolve(__dirname, `${configFileName}.ts`);
1010
const { execa } = await import("execa");
11-
const buildScripts = execa("yarn", ["tsc", configFilePath]);
11+
const buildScripts = await execa("yarn", ["tsc", configFilePath]);
1212
expect(buildScripts.stdout).toBeTruthy();
1313

1414
const { exitCode, stderr, stdout } = await run(__dirname, ["--disable-interpret"]);

0 commit comments

Comments
 (0)