We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b349571 commit d385d7fCopy full SHA for d385d7f
jest.config.js
@@ -4,6 +4,7 @@ module.exports = {
4
'^~/(.*)$': '<rootDir>/$1',
5
'^vue$': 'vue/dist/vue.common.js',
6
},
7
+ testEnvironment: 'jsdom',
8
moduleFileExtensions: ['js', 'vue', 'json'],
9
transform: {
10
'^.+\\.js$': 'babel-jest',
0 commit comments