Skip to content

Commit

Permalink
chore: run npm with silent
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Apr 18, 2024
1 parent c746a76 commit 97fb03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nyc-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ t.test('--use-spawn-wrap=false is functional', t => testSuccess(t, {
}))

t.test('can run "npm test" which directly invokes a test file', t => testSuccess(t, {
args: ['npm', 'test'],
args: ['npm', '--silent', 'test'],
cwd: path.resolve(fixturesCLI, 'run-npm-test')
}))

Expand Down

0 comments on commit 97fb03a

Please sign in to comment.