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 f5126f6 commit b5cb361Copy full SHA for b5cb361
packages/lib/core/jest.config.js
@@ -3,4 +3,7 @@ export default {
3
transform: {
4
'^.+.tsx?$': ['ts-jest', {}],
5
},
6
+ moduleNameMapper: {
7
+ '^#/(.*)$': '<rootDir>/src/$1',
8
+ },
9
};
0 commit comments