Skip to content

Commit

Permalink
test: don't print the output of registry-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 16, 2023
1 parent 3c6144b commit 1565a31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jest.globalSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ const { start, prepare } = require('@pnpm/registry-mock')

module.exports = () => {
prepare()
global.__SERVER__ = start()
global.__SERVER__ = start({
stdio: 'ignore',
})
}

0 comments on commit 1565a31

Please sign in to comment.