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 6e92549 commit 05890eaCopy full SHA for 05890ea
jest.config.js
@@ -99,7 +99,7 @@ module.exports = {
99
100
// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
101
modulePathIgnorePatterns: [
102
- '<rootDir>/tests/_testbeds/',
+ '/_testbeds/',
103
],
104
105
// Activates notifications for test results
@@ -173,7 +173,7 @@ module.exports = {
173
// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
174
testPathIgnorePatterns: [
175
'/node_modules/',
176
177
178
179
// The regexp pattern or array of patterns that Jest uses to detect test files
0 commit comments