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 e66a6c2 commit 3eeb9a8Copy full SHA for 3eeb9a8
jest.config.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
+ modulePathIgnorePatterns: ['<rootDir>/website'],
3
testRegex: '/__tests__/(server-only\\.)?test-[^\\/]+\\.js',
4
moduleNameMapper: {
5
'^isomorphic-git$': '<rootDir>/src',
0 commit comments