We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a728f50 commit 0a6959bCopy full SHA for 0a6959b
1 file changed
jest.config.ts
@@ -10,6 +10,6 @@ export default {
10
],
11
},
12
moduleNameMapper: {
13
- '^@/(.*)$': '<root-dir>/src/$1',
+ '^@/(.*)$': '<rootDir>/src/$1',
14
15
};
0 commit comments