Skip to content

Commit 60da739

Browse files
committed
Remove bail from Jest config and make the output less verbose
1 parent 3fec593 commit 60da739

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jest.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
'use strict';
22

33
module.exports = {
4-
bail: true,
54
collectCoverage: true,
65
coverageDirectory: './coverage/',
76
testEnvironment: 'node',
8-
verbose: true,
97
};

0 commit comments

Comments
 (0)