Skip to content

Commit

Permalink
wip: corrigindo Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianoeloi committed Oct 25, 2020
1 parent 80fb4d6 commit a4df3a5
Show file tree
Hide file tree
Showing 2 changed files with 3,860 additions and 2,535 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,13 @@
"setupFiles": [
"<rootDir>/test/unit/setup"
],
"mapCoverage": true,
"coverageDirectory": "<rootDir>/test/unit/coverage",
"collectCoverageFrom": [
"src/**/*.{js,vue}",
"!**/node_modules/**"
]
],
"verbose": true,
"testURL": "http://localhost/"
},
"engines": {
"node": ">= 4.0.0",
Expand Down
Loading

0 comments on commit a4df3a5

Please sign in to comment.