Skip to content

Commit

Permalink
chore: fix the "TypeError: dupMap.get is not a function" errors that …
Browse files Browse the repository at this point in the history
…break Jest occasionally (#1233)
  • Loading branch information
billiegoose authored Sep 15, 2020
1 parent e66a6c2 commit 3eeb9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
modulePathIgnorePatterns: ['<rootDir>/website'],
testRegex: '/__tests__/(server-only\\.)?test-[^\\/]+\\.js',
moduleNameMapper: {
'^isomorphic-git$': '<rootDir>/src',
Expand Down

0 comments on commit 3eeb9a8

Please sign in to comment.