Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2021-01-15 17:58:23 +0300
committerGitHub <noreply@github.com>2021-01-15 17:58:23 +0300
commit7b7f6862e735d2a14c22b55137c175ce60975728 (patch)
treeb1ded79232c8b4e4d0950ed7679dc008be8f0ce5 /tests
parentb38578b468d694534db5fabe356db5ffdc58bd6e (diff)
use karma < 6 (#17100)
Diffstat (limited to 'tests')
-rw-r--r--tests/angularjs/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/angularjs/package.json b/tests/angularjs/package.json
index 0d8daedeed..377d9cb656 100644
--- a/tests/angularjs/package.json
+++ b/tests/angularjs/package.json
@@ -11,7 +11,7 @@
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^0.7.0",
"mocha": "1.18.2",
- "karma": ">= 0.12.1",
+ "karma": ">= 0.12.1, < 6.0.0",
"karma-chrome-launcher": ">= 0.1.2",
"karma-firefox-launcher": ">= 0.1.3",
"karma-jshint-preprocessor": ">= 0.0.2",