Skip to content

Commit 0a6959b

Browse files
committed
fix(test): update jest config
1 parent a728f50 commit 0a6959b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export default {
1010
],
1111
},
1212
moduleNameMapper: {
13-
'^@/(.*)$': '<root-dir>/src/$1',
13+
'^@/(.*)$': '<rootDir>/src/$1',
1414
},
1515
};

0 commit comments

Comments
 (0)