Skip to content

Commit

Permalink
test: fix ssr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 23, 2021
1 parent acd869f commit b442e83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Expand Up @@ -47,6 +47,8 @@ module.exports = {
'@vue/consolidate': '@vue/consolidate',
'@vue/compat': '<rootDir>/packages/vue-compat/src',
'^@vue/(.*?)$': '<rootDir>/packages/$1/src',
'vue/compiler-sfc': '<rootDir>/packages/compiler-sfc/src',
'vue/server-renderer': '<rootDir>/packages/server-renderer/src',
vue: '<rootDir>/packages/vue/src'
},
rootDir: __dirname,
Expand Down

0 comments on commit b442e83

Please sign in to comment.