Skip to content

Commit

Permalink
Upgrade jest, jest-config, jest-validate to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj3 committed Jan 28, 2019
1 parent 9882c33 commit 62ac24e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
yarn.lock
junit.xml
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ node_js:
env:
- JEST_VERSION=^22.0.0
- JEST_VERSION=^23.0.0
- JEST_VERSION=^24.0.0
script:
- npm run test:ci
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
],
"scripts": {
"test": "jest",
"pretest:ci": "npm install jest@$JEST_VERSION --no-save",
"pretest:ci": "npm uninstall jest && npm install jest@$JEST_VERSION --no-save",
"test:ci": "jest --ci"
},
"dependencies": {
"jest-config": "^23.6.0",
"jest-validate": "^23.0.1",
"jest-config": "^24.0.0",
"jest-validate": "^24.0.0",
"mkdirp": "^0.5.1",
"strip-ansi": "^4.0.0",
"xml": "^1.0.1"
},
"devDependencies": {
"jest": "^22.4.3",
"jest": "^24.0.0",
"libxmljs": "^0.18.4"
}
}

0 comments on commit 62ac24e

Please sign in to comment.