Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit db5708a

Browse files
committed
Update files pattern to transform by jest
1 parent 97d3086 commit db5708a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"vue"
3535
],
3636
"transform": {
37-
"^.+\\.js$": "babel-jest",
38-
".*\\.(vue)$": "jest-vue-preprocessor"
37+
".*\\.js$": "babel-jest",
38+
".*\\.vue$": "jest-vue-preprocessor"
3939
}
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)