Skip to content

Commit

Permalink
update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyer42 committed Apr 6, 2020
1 parent 52936ae commit 8d27307
Show file tree
Hide file tree
Showing 2 changed files with 2,029 additions and 1,905 deletions.
9 changes: 4 additions & 5 deletions integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"test": "jest --runInBand"
},
"dependencies": {
"chromedriver": "^2.33.2",
"jest": "^21.2.1",
"jest-junit": "^3.1.0",
"selenium-webdriver": "4.0.0-alpha.1",
"supertest": "^3.0.0"
"chromedriver": "^80.0.2",
"jest": "^25.2.7",
"jest-junit": "^10.0.0",
"selenium-webdriver": "4.0.0-alpha.7"
},
"jest-junit": {
"suiteName": "Integration Tests",
Expand Down
Loading

0 comments on commit 8d27307

Please sign in to comment.