Skip to content

Commit

Permalink
🐛(source-map): Cannot find module './lib/source-map-generator' from '…
Browse files Browse the repository at this point in the history
…source-map.js' solved by (jestjs/jest#6514)
  • Loading branch information
whatwewant committed Jan 8, 2019
1 parent d2ba504 commit ac6f6fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
}
},
"jest": {
"verbose": true,
"roots": [
"test"
],
Expand All @@ -77,7 +76,9 @@
],
"moduleFileExtensions": [
"ts",
"tsx"
"tsx",
"js",
"jsx"
],
"coverageDirectory": "./coverage/",
"collectCoverage": true,
Expand All @@ -89,7 +90,7 @@
],
"coverageThreshold": {
"global": {
"branches": 90,
"branches": 80,
"functions": 90,
"lines": 90,
"statements": -10
Expand Down

0 comments on commit ac6f6fb

Please sign in to comment.