Skip to content

Commit 07a08de

Browse files
Update cli-integration-test.js
1 parent 39fb13c commit 07a08de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/cli-integration-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function main() {
88
writeFileSync(targetFilePath, `function hello() { debugger; }`);
99

1010
execSync(
11-
`npx --yes @hypermod/cli@latest --packages javascript#remove-debugger --verbose ${targetFilePath}`,
11+
`npx --yes @hypermod/cli@latest --packages javascript#remove-debugger --verbose="0" ${targetFilePath}`,
1212
{ stdio: 'inherit' },
1313
);
1414

@@ -33,7 +33,7 @@ function main() {
3333
);
3434

3535
execSync(
36-
`npx --yes @hypermod/cli@latest --packages javascript#remove-unused-vars --experimental-loader --verbose ${targetFilePath}`,
36+
`npx --yes @hypermod/cli@latest --packages javascript#remove-unused-vars --experimental-loader --verbose="0" ${targetFilePath}`,
3737
{ stdio: 'inherit' },
3838
);
3939

0 commit comments

Comments
 (0)