Skip to content

Commit 926f23c

Browse files
author
Daniel Del Core
committed
integration tests should log verbosely
1 parent fa37fe1 commit 926f23c

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 ${targetFilePath}`,
11+
`npx --yes @hypermod/cli@latest --packages javascript#remove-debugger --verbose ${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 ${targetFilePath}`,
36+
`npx --yes @hypermod/cli@latest --packages javascript#remove-unused-vars --experimental-loader --verbose ${targetFilePath}`,
3737
{ stdio: 'inherit' },
3838
);
3939

0 commit comments

Comments
 (0)