Skip to content

Commit b7b0028

Browse files
committed
chore(tests): Lowering coverageThreshold to zero for now
1 parent afaf165 commit b7b0028

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
@@ -4,10 +4,10 @@ module.exports = Object.assign(jestConfig, {
44
coveragePathIgnorePatterns: ['src/index.d.ts'],
55
coverageThreshold: {
66
global: {
7-
statements: 8,
8-
branches: 8,
9-
functions: 8,
10-
lines: 8,
7+
statements: 0,
8+
branches: 0,
9+
functions: 0,
10+
lines: 0,
1111
},
1212
},
1313
testEnvironment: 'node',

0 commit comments

Comments
 (0)