Skip to content

Commit

Permalink
Bug 1237244 - Update to karma v0.13.19 to support new socket.io API
Browse files Browse the repository at this point in the history
socket.io released backwards incompatible API changes in a minor version
update, causing failures during our ui-tests travis run. See:
socketio/socket.io#2368

However the latest version of Karma has added support for it:
karma-runner/karma#1782
  • Loading branch information
Ed Morley committed Jan 6, 2016
1 parent 375960c commit 86b6366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"grunt-eslint": "17.3.1",
"grunt-html-angular-validate": "0.5.2",
"jasmine-core": "2.3.4",
"karma": "0.13.10",
"karma": "0.13.19",
"karma-coverage": "0.5.2",
"karma-firefox-launcher": "0.1.6",
"karma-jasmine": "0.3.6",
Expand Down

0 comments on commit 86b6366

Please sign in to comment.