Skip to content

Commit d012488

Browse files
committed
Remove 'collectCoverageFrom' argument from jest config
1 parent 7a0e6d9 commit d012488

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const config: Config = {
99
'^~/(.*)$': '<rootDir>/src/$1'
1010
},
1111
testMatch: ['**/*.test.(js|jsx|ts|tsx)'],
12-
collectCoverageFrom: ['src/**/*.{js,jsx,ts,tsx}'],
1312
clearMocks: true,
1413
maxWorkers: '50%',
1514
moduleDirectories: ['node_modules', 'src'],

0 commit comments

Comments
 (0)