Skip to content

Commit 0005910

Browse files
committed
chore: change arg in testutil
1 parent 11447ee commit 0005910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function runAndGetWatchProc(testCase, args = []) {
6363
const cwd = path.resolve(testCase);
6464

6565
const outputPath = path.resolve(testCase, 'bin');
66-
const argsWithOutput = args.concat('--output-path', outputPath);
66+
const argsWithOutput = args.concat('--output', outputPath);
6767

6868
const webpackProc = execa(WEBPACK_PATH, argsWithOutput, {
6969
cwd,

0 commit comments

Comments
 (0)