Skip to content

Commit 05890ea

Browse files
committed
tests: dont process testbeds
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 6e92549 commit 05890ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = {
9999

100100
// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
101101
modulePathIgnorePatterns: [
102-
'<rootDir>/tests/_testbeds/',
102+
'/_testbeds/',
103103
],
104104

105105
// Activates notifications for test results
@@ -173,7 +173,7 @@ module.exports = {
173173
// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
174174
testPathIgnorePatterns: [
175175
'/node_modules/',
176-
'<rootDir>/tests/_testbeds/',
176+
'/_testbeds/',
177177
],
178178

179179
// The regexp pattern or array of patterns that Jest uses to detect test files

0 commit comments

Comments
 (0)