Skip to content

Commit 7e1d60f

Browse files
committed
finish send test
1 parent 3007954 commit 7e1d60f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/utils/jest.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ export const baseJestConfig: Config = {
1717

1818
coverageThreshold: {
1919
global: {
20-
branches: 0,
21-
functions: 0,
22-
lines: 0,
23-
statements: 0,
20+
branches: 100,
21+
functions: 100,
22+
lines: 100,
23+
statements: -10,
2424
},
2525
},
2626

2727
transform: { '\\.ts$': '@swc/jest' },
2828
testPathIgnorePatterns: ['.build'],
29-
testMatch: ['**/*.test.ts'],
29+
testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)'],
3030

3131
// Use this configuration option to add custom reporters to Jest
3232
reporters: [

0 commit comments

Comments
 (0)