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 5326955 commit 88a0614Copy full SHA for 88a0614
src/config/jest.config.js
@@ -24,7 +24,7 @@ const jestConfig = {
24
testEnvironment: ifAnyDep(['webpack', 'rollup', 'react'], 'jsdom', 'node'),
25
testURL: 'http://localhost',
26
moduleFileExtensions: testMatchExtensions.concat('json'),
27
- collectCoverageFrom: [`src/**/${testMatchGlob}`],
+ collectCoverageFrom: [`**/${testMatchGlob}`],
28
testMatch: [
29
`**/__tests__/**/${testMatchGlob}`,
30
`test/**/${testMatchGlob}`,
0 commit comments