Skip to content

Commit

Permalink
Avoid karma v0.13.15
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joeyparrish authored and Gerrit Code Review committed Nov 25, 2015
1 parent e83b72b commit 817ea3d
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 @@ -11,7 +11,7 @@
}
],
"devDependencies": {
"karma": ">=0.13.9",
"karma": ">=0.13.9 <= 0.13.14",
"karma-coverage": "",
"karma-jasmine": "",
"karma-jasmine-ajax": "",
Expand Down

0 comments on commit 817ea3d

Please sign in to comment.