Skip to content

Commit 5835948

Browse files
committed
debug
1 parent 41519af commit 5835948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ async function testImmutableInstall() {
11111111

11121112
// first run an install without `immutable` to prime the fixture
11131113
// with all the generated files
1114-
await install({root, cwd: root});
1114+
await install({root, cwd: root, verbose: true});
11151115

11161116
try {
11171117
await install({root, cwd: root, immutable: true});

0 commit comments

Comments
 (0)