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 edecfb1 commit 62ba68eCopy full SHA for 62ba68e
server/jest.config.js
@@ -10,4 +10,5 @@ module.exports = {
10
'@utils/(.*)': '<rootDir>/utils/$1',
11
'@errors/(.*)': '<rootDir>/errors/$1',
12
},
13
+ modulePathIgnorePatterns: ['<rootDir>/dist/'],
14
};
0 commit comments