File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11node_modules
2- yarn.lock
32junit.xml
Original file line number Diff line number Diff line change 77env :
88 - JEST_VERSION=^22.0.0
99 - JEST_VERSION=^23.0.0
10+ - JEST_VERSION=^24.0.0
1011script :
1112 - npm run test:ci
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments