Skip to content

Commit

Permalink
Upgrading karma to try to fix "Some of your tests did a full page rel…
Browse files Browse the repository at this point in the history
…oad!" error
  • Loading branch information
Jonathan Felchlin committed Mar 20, 2018
1 parent 60a5ee2 commit 1a1e7a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-karma": "^2.0.0",
"jasmine-core": "^2.4.1",
"karma": "^1.7.0",
"jasmine-core": "^3.1.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "*",
"karma-edge-launcher": "*",
"karma-firefox-launcher": "*",
Expand All @@ -86,7 +86,7 @@
"karma-phantomjs-launcher": "*",
"karma-safari-launcher": "*",
"karma-safaritechpreview-launcher": "*",
"phantomjs-prebuilt": "2.1.14"
"phantomjs-prebuilt": "2.1.16"
},
"dependencies": {
"which": "^1.2.4"
Expand Down

0 comments on commit 1a1e7a9

Please sign in to comment.