Bug 1237244 - Update to karma v0.13.19 to support new socket.io API

socket.io released backwards incompatible API changes in a minor version
update, causing failures during our ui-tests travis run. See:
https://github.com/socketio/socket.io/issues/2368

However the latest version of Karma has added support for it:
https://github.com/karma-runner/karma/issues/1782
This commit is contained in:
Ed Morley 2016-01-06 13:56:59 +00:00
Родитель 375960c843
Коммит 86b636650b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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",