Skip to content

Commit

Permalink
build(npm): ⬇️ jest b/c jestjs/jest#9450
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Feb 2, 2020
1 parent f541670 commit 86fadb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-security": "1.4.0",
"eslint-plugin-standard": "4.0.1",
"husky": "3.1.0",
"jest": "25.1.0",
"jest": "24.9.0",
"lint-staged": "9.5.0",
"npm-run-all": "4.1.5",
"prettier": "1.19.1"
Expand Down Expand Up @@ -83,6 +83,10 @@
{
"package": "lint-staged",
"because": "lint-staged 10 doesn't support node 8 anymore while up'em still does."
},
{
"package": "jest",
"because": "due to bug https://github.com/facebook/jest/issues/9450 - jest inadvertently breaks on node 8"
}
]
},
Expand Down

0 comments on commit 86fadb5

Please sign in to comment.