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

Commit 03ca92b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +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',
1314
},
1415
snapshotSerializers: [
1516
'@chakra-ui/vue-test-utils/dist/cjs/snapshot-serializer.js',

0 commit comments

Comments
 (0)