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
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2014-07-27 14:15:31 +0400
committerThomas Steur <thomas.steur@gmail.com>2014-07-27 14:15:31 +0400
commit84b0c351265f9d961a39d694e6cc6db21f4316e4 (patch)
tree2c3e3b262a0ef2cfb33a44a5495e398c9887ec1f /tests/angularjs
parent652eca35d707ef64faf4f518bdb82db817a9f63f (diff)
maybe this forces karma to use a specific mocha version? might fix angularjs tests
Diffstat (limited to 'tests/angularjs')
-rw-r--r--tests/angularjs/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/angularjs/package.json b/tests/angularjs/package.json
index d51314a689..74b8e44936 100644
--- a/tests/angularjs/package.json
+++ b/tests/angularjs/package.json
@@ -10,12 +10,13 @@
"grunt": ">= 0.4.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-shell": "^0.7.0",
+ "mocha": "1.18.2",
"karma": ">= 0.12.1",
"karma-chrome-launcher": ">= 0.1.2",
"karma-firefox-launcher": ">= 0.1.3",
"karma-jshint-preprocessor": ">= 0.0.2",
- "karma-mocha": ">= 0.1.3",
- "karma-mocha-reporter": ">= 0.2.2",
+ "karma-mocha": "0.1.3",
+ "karma-mocha-reporter": "0.2.2",
"karma-phantomjs-launcher": ">= 0.1.2",
"karma-spec-reporter": ">= 0.0.12",
"phantomjs": ">= 1.9.7-1"