Skip to content

Commit 1565a31

Browse files
committed
test: don't print the output of registry-mock
1 parent 3c6144b commit 1565a31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jest.globalSetup.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ const { start, prepare } = require('@pnpm/registry-mock')
22

33
module.exports = () => {
44
prepare()
5-
global.__SERVER__ = start()
5+
global.__SERVER__ = start({
6+
stdio: 'ignore',
7+
})
68
}

0 commit comments

Comments
 (0)