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 0a0a645 commit e455d1aCopy full SHA for e455d1a
jest.config.js
@@ -159,7 +159,11 @@ const jestConfig = {
159
testMatch: ['**/?(*.)+(spec|test).js?(x)'],
160
161
// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
162
- testPathIgnorePatterns: ['/node_modules/', '<rootDir>/coverage'],
+ testPathIgnorePatterns: [
163
+ '/node_modules/',
164
+ '<rootDir>/coverage',
165
+ '<rootDir>/dist'
166
+ ],
167
168
// The regexp pattern or array of patterns that Jest uses to detect test files
169
// testRegex: [],
0 commit comments