We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6144b commit 1565a31Copy full SHA for 1565a31
jest.globalSetup.js
@@ -2,5 +2,7 @@ const { start, prepare } = require('@pnpm/registry-mock')
2
3
module.exports = () => {
4
prepare()
5
- global.__SERVER__ = start()
+ global.__SERVER__ = start({
6
+ stdio: 'ignore',
7
+ })
8
}
0 commit comments