Skip to content

Commit f232003

Browse files
committed
Cleanup.
1 parent 5a3a604 commit f232003

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

jest.config.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,5 @@ module.exports = {
1818
runner: 'jest-runner-eslint',
1919
testMatch: ['<rootDir>/src/**']
2020
}
21-
],
22-
23-
collectCoverageFrom: [
24-
'./src/**/*.{js,jsx}',
25-
'!**/node_modules/**',
26-
'!**/vendor/**',
27-
'!**/__tests__/**'
28-
],
29-
30-
coverageReporters: ['lcov', 'text', 'html']
21+
]
3122
};

0 commit comments

Comments
 (0)