Skip to content

Commit 015bf88

Browse files
test: fix coverage
1 parent c13af20 commit 015bf88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

jest.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
module.exports = {
44
testURL: 'http://localhost/',
55
collectCoverage: false,
6-
coveragePathIgnorePatterns: ['test', '<rootDir>/node_modules'],
6+
coveragePathIgnorePatterns: [
7+
'/node_modules/',
8+
'<rootDir>/test/',
9+
'<rootDir>/client/',
10+
],
711
moduleFileExtensions: ['js', 'json'],
812
testMatch: ['**/test/**/*.test.js'],
913
setupFilesAfterEnv: ['<rootDir>/setupTest.js'],

0 commit comments

Comments
 (0)