Skip to content

Commit 3eeb9a8

Browse files
authored
chore: fix the "TypeError: dupMap.get is not a function" errors that break Jest occasionally (#1233)
1 parent e66a6c2 commit 3eeb9a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
modulePathIgnorePatterns: ['<rootDir>/website'],
23
testRegex: '/__tests__/(server-only\\.)?test-[^\\/]+\\.js',
34
moduleNameMapper: {
45
'^isomorphic-git$': '<rootDir>/src',

0 commit comments

Comments
 (0)