Skip to content

Commit

Permalink
chore: install babel-jest on CI to avoid hoisting bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 28, 2019
1 parent 62ac24e commit d00e122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"scripts": {
"test": "jest",
"pretest:ci": "npm uninstall jest && npm install jest@$JEST_VERSION --no-save",
"pretest:ci": "npm uninstall jest babel-jest && npm install jest@$JEST_VERSION babel-jest@$JEST_VERSION --no-save",
"test:ci": "jest --ci"
},
"dependencies": {
Expand All @@ -27,6 +27,7 @@
"xml": "^1.0.1"
},
"devDependencies": {
"babel-jest": "^24.0.0",
"jest": "^24.0.0",
"libxmljs": "^0.18.4"
}
Expand Down

0 comments on commit d00e122

Please sign in to comment.