Skip to content

Commit

Permalink
fix: Fix jest version incompatability (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer authored Mar 5, 2020
1 parent cdb5ff2 commit 97bb455
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 832 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cross-env": "^7.0.0",
"debug": "^4.1.1",
"husky": "^4.2.3",
"jest": "^25.1.0",
"jest": "24.9.0",
"lerna": "^3.20.2",
"lint-staged": "^10.0.8",
"npm-run-all": "^4.1.5",
Expand All @@ -40,5 +40,8 @@
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"resolutions": {
"tsdx/jest": "24.9.0"
}
}
Loading

0 comments on commit 97bb455

Please sign in to comment.