Skip to content

Commit 6efd91a

Browse files
committed
fix Haste module naming collision
1 parent cd7515d commit 6efd91a

File tree

3 files changed

+634
-217
lines changed

3 files changed

+634
-217
lines changed

jest.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ module.exports = {
9191
// moduleNameMapper: {},
9292

9393
// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
94-
// modulePathIgnorePatterns: [],
94+
modulePathIgnorePatterns: [
95+
"<rootDir>/.vscode-test/"
96+
],
9597

9698
// Activates notifications for test results
9799
// notify: false,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)