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 c901254 commit 64a6c0eCopy full SHA for 64a6c0e
src/jest.ts
@@ -5,4 +5,7 @@ export const jestConfig: JestConfigWithTsJest = {
5
preset: 'ts-jest',
6
testEnvironment: 'node',
7
testRegex: '(\\.|/)(test|spec)\\.[jt]sx?$',
8
+ moduleNameMapper: {
9
+ '^@/(.*)$': '<rootDir>/$1'
10
+ }
11
};
0 commit comments