Skip to content

Commit 658bbff

Browse files
authored
Merge pull request #631 from w3bdesign/utvikling
Fix Jest
2 parents b8631e7 + 3d7a0b4 commit 658bbff

File tree

4 files changed

+945
-350
lines changed

4 files changed

+945
-350
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
'^~/(.*)$': '<rootDir>/$1',
55
'^vue$': 'vue/dist/vue.common.js',
66
},
7+
testEnvironment: 'jsdom',
78
moduleFileExtensions: ['js', 'vue', 'json'],
89
transform: {
910
'^.+\\.js$': 'babel-jest',

0 commit comments

Comments
 (0)