Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml committed Jan 10, 2025
1 parent 41519af commit 5835948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ async function testImmutableInstall() {

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

try {
await install({root, cwd: root, immutable: true});
Expand Down

0 comments on commit 5835948

Please sign in to comment.