Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit f420a65

Browse files
committed
chore: map to utils
1 parent 03ca92b commit f420a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
transformIgnorePatterns: ['/node_modules/(?!lodash.)'],
1111
moduleNameMapper: {
1212
'^@/(.*)$': '<rootDir>/$1',
13-
'^@chakra-ui/vue-test-utils': '<rootDir>/packages/test-utils/src/index.ts',
13+
'@chakra-ui/vue-test-utils': '<rootDir>/packages/test-utils/src/index.ts',
1414
},
1515
snapshotSerializers: [
1616
'@chakra-ui/vue-test-utils/dist/cjs/snapshot-serializer.js',

0 commit comments

Comments
 (0)