Skip to content

Commit 62ac24e

Browse files
committed
Upgrade jest, jest-config, jest-validate to 24
1 parent 9882c33 commit 62ac24e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules
2-
yarn.lock
32
junit.xml

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ node_js:
77
env:
88
- JEST_VERSION=^22.0.0
99
- JEST_VERSION=^23.0.0
10+
- JEST_VERSION=^24.0.0
1011
script:
1112
- npm run test:ci

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
],
1717
"scripts": {
1818
"test": "jest",
19-
"pretest:ci": "npm install jest@$JEST_VERSION --no-save",
19+
"pretest:ci": "npm uninstall jest && npm install jest@$JEST_VERSION --no-save",
2020
"test:ci": "jest --ci"
2121
},
2222
"dependencies": {
23-
"jest-config": "^23.6.0",
24-
"jest-validate": "^23.0.1",
23+
"jest-config": "^24.0.0",
24+
"jest-validate": "^24.0.0",
2525
"mkdirp": "^0.5.1",
2626
"strip-ansi": "^4.0.0",
2727
"xml": "^1.0.1"
2828
},
2929
"devDependencies": {
30-
"jest": "^22.4.3",
30+
"jest": "^24.0.0",
3131
"libxmljs": "^0.18.4"
3232
}
3333
}

0 commit comments

Comments
 (0)