diff --git a/jest.config.js b/jest.config.js index 46f235dc4..385de9c49 100644 --- a/jest.config.js +++ b/jest.config.js @@ -22,7 +22,8 @@ module.exports = { watchPathIgnorePatterns: ['/node_modules/'], moduleFileExtensions: ['ts', 'tsx', 'js', 'json'], moduleNameMapper: { - '^@vue/(.*?)$': '/packages/$1/src' + '^@vue/(.*?)$': '/packages/$1/src', + vue: '/packages/vue/src' }, rootDir: __dirname, testMatch: ['/packages/**/__tests__/**/*spec.[jt]s?(x)'],