Skip to content

Commit b28e365

Browse files
committed
100% tests
1 parent 7a4ae5a commit b28e365

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
@@ -4,6 +4,14 @@ module.exports = {
44
testMatch: ['**/*.test.ts', '**/*.test.tsx'],
55
collectCoverage: true,
66
collectCoverageFrom: ['src/**/**/*.{ts,tsx}'],
7+
coverageThreshold: {
8+
global: {
9+
branches: 100,
10+
functions: 100,
11+
lines: 100,
12+
statements: 100,
13+
},
14+
},
715
transform: {
816
'^.+\\.tsx?$': [
917
'ts-jest',

0 commit comments

Comments
 (0)