Skip to content

Commit

Permalink
chore: disable progress on npm pack test
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed May 9, 2024
1 parent 67ebb66 commit d3b9587
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/lib/commands/pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ t.test('should log scoped package output as valid json', async t => {
},
}),
},
config: { json: true },
config: {
json: true,
progress: false,
},
})
await npm.exec('pack', [])
const filename = 'myscope-test-package-1.0.0.tgz'
Expand Down

0 comments on commit d3b9587

Please sign in to comment.