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 c13af20 commit 015bf88Copy full SHA for 015bf88
jest.config.js
@@ -3,7 +3,11 @@
3
module.exports = {
4
testURL: 'http://localhost/',
5
collectCoverage: false,
6
- coveragePathIgnorePatterns: ['test', '<rootDir>/node_modules'],
+ coveragePathIgnorePatterns: [
7
+ '/node_modules/',
8
+ '<rootDir>/test/',
9
+ '<rootDir>/client/',
10
+ ],
11
moduleFileExtensions: ['js', 'json'],
12
testMatch: ['**/test/**/*.test.js'],
13
setupFilesAfterEnv: ['<rootDir>/setupTest.js'],
0 commit comments