Skip to content

Commit e213aa5

Browse files
committed
Upgraded to latest vue cli dependencies. Got unit tests working on Windows
1 parent fa5fdb4 commit e213aa5

File tree

4 files changed

+406
-158
lines changed

4 files changed

+406
-158
lines changed

babel.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
22
presets: [
3-
'@babel/preset-env',
43
'@vue/app'
54
]
65
}

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
],
77
transform: {
88
'^.+\\.vue$': 'vue-jest',
9-
'^.+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',
9+
'.+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',
1010
'^.+\\.jsx?$': 'babel-jest'
1111
},
1212
transformIgnorePatterns: [

0 commit comments

Comments
 (0)