Avoid karma v0.13.15

Avoid karma v0.13.15, which has a bug that prevents our new
integration tests from running correctly on Chrome.
(See karma-runner/karma#1101)

Change-Id: Ia81410b1184ddca3a703d71cd923d4ec0ae5eefc
This commit is contained in:
Joey Parrish
2015-11-25 13:39:34 -08:00
committed by Gerrit Code Review
parent e83b72b407
commit 817ea3d5ab
+1 -1
View File
@@ -11,7 +11,7 @@
}
],
"devDependencies": {
"karma": ">=0.13.9",
"karma": ">=0.13.9 <= 0.13.14",
"karma-coverage": "",
"karma-jasmine": "",
"karma-jasmine-ajax": "",