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@googlemail.com>2014-03-31 04:35:30 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-31 04:35:30 +0400
commitcd043e682d6b4ddf58b44a25ed983e2ee690362d (patch)
treeae1e6be31bb3c3d550454394e04b9783180d174e /tests/angularjs
parent0b440a9fc880faddb8d331e560253ef139ecb899 (diff)
refs #4691 use spec and mocha reporter, prepared usage of jshint
Diffstat (limited to 'tests/angularjs')
-rwxr-xr-xtests/angularjs/karma.conf.js5
-rw-r--r--tests/angularjs/package.json4
2 files changed, 4 insertions, 5 deletions
diff --git a/tests/angularjs/karma.conf.js b/tests/angularjs/karma.conf.js
index a5b3f7943a..658c9e28f8 100755
--- a/tests/angularjs/karma.conf.js
+++ b/tests/angularjs/karma.conf.js
@@ -44,15 +44,12 @@ module.exports = function(config) {
// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
-
},
-
// test results reporter to use
// possible values: 'dots', 'progress'
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
- reporters: ['progress'],
-
+ reporters: ['spec', 'mocha'],
// web server port
port: 9876,
diff --git a/tests/angularjs/package.json b/tests/angularjs/package.json
index 47e25d167f..f4513bc5e6 100644
--- a/tests/angularjs/package.json
+++ b/tests/angularjs/package.json
@@ -11,7 +11,9 @@
"phantomjs": ">= 1.9.7-1",
"karma-phantomjs-launcher": ">= 0.1.2",
"karma-chrome-launcher": ">= 0.1.2",
- "karma-firefox-launcher": ">= 0.1.3"
+ "karma-firefox-launcher": ">= 0.1.3",
+ "karma-jshint-preprocessor": ">= 0.0.2",
+ "karma-spec-reporter": ">= 0.0.12"
},
"engines": {
"node": ">= 0.10.0"