We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0e6d9 commit d012488Copy full SHA for d012488
jest.config.ts
@@ -9,7 +9,6 @@ const config: Config = {
9
'^~/(.*)$': '<rootDir>/src/$1'
10
},
11
testMatch: ['**/*.test.(js|jsx|ts|tsx)'],
12
- collectCoverageFrom: ['src/**/*.{js,jsx,ts,tsx}'],
13
clearMocks: true,
14
maxWorkers: '50%',
15
moduleDirectories: ['node_modules', 'src'],
0 commit comments