Skip to content

Commit

Permalink
Update cli-integration-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldelcore authored Sep 29, 2023
1 parent 39fb13c commit 07a08de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cli-integration-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function main() {
writeFileSync(targetFilePath, `function hello() { debugger; }`);

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

Expand All @@ -33,7 +33,7 @@ function main() {
);

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

Expand Down

0 comments on commit 07a08de

Please sign in to comment.