Skip to content

Commit 631e35e

Browse files
committed
2 parents 99545bb + 89e4aee commit 631e35e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

jest.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ module.exports = {
1111
'!src/**/**.spec.{js,jsx}'
1212
],
1313
coverageDirectory: 'coverage',
14+
coverageThreshold: {
15+
global: {
16+
branches: 100,
17+
functions: 100,
18+
lines: 100,
19+
statements: 100
20+
}
21+
},
1422
transform: {
1523
'^.+\\.(js|jsx)$': [
1624
'babel-jest',

0 commit comments

Comments
 (0)