Skip to content

Commit 044a3eb

Browse files
author
Walker Leite
committed
feat(jest): add jest config file
1 parent 33c6d57 commit 044a3eb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

template/jest.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
"moduleFileExtensions": [
3+
"js",
4+
"json",
5+
"vue"
6+
],
7+
"transform": {
8+
"^.+\\.js$": "babel-jest",
9+
"^.+\\.vue$": "vue-jest"
10+
}
11+
}

0 commit comments

Comments
 (0)