mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
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:
committed by
Gerrit Code Review
parent
e83b72b407
commit
817ea3d5ab
+1
-1
@@ -11,7 +11,7 @@
|
||||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"karma": ">=0.13.9",
|
||||
"karma": ">=0.13.9 <= 0.13.14",
|
||||
"karma-coverage": "",
|
||||
"karma-jasmine": "",
|
||||
"karma-jasmine-ajax": "",
|
||||
|
||||
Reference in New Issue
Block a user