Skip to content

Commit 31701f7

Browse files
committed
test: remove coverage requirements (legacy)
1 parent 9f4609d commit 31701f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ module.exports = {
4242
// An object that configures minimum threshold enforcement for coverage results
4343
coverageThreshold: {
4444
global: {
45-
lines: 100,
46-
statements: 100,
47-
functions: 100,
48-
branches: 100
45+
lines: 80,
46+
statements: 80,
47+
functions: 80,
48+
branches: 80
4949
}
5050
},
5151

0 commit comments

Comments
 (0)