mirror of
https://github.com/vft-magic/tmagic-admin.git
synced 2025-12-11 20:32:51 +00:00
9 lines
200 B
JavaScript
9 lines
200 B
JavaScript
module.exports = {
|
|
preset: '@vue/cli-plugin-unit-jest/presets/typescript-and-babel',
|
|
|
|
moduleNameMapper: {
|
|
'^@src/(.*)$': '<rootDir>/src/$1',
|
|
'^@tests/(.*)$': '<rootDir>/tests/$1',
|
|
},
|
|
};
|