Skip to content

Commit 7f6e005

Browse files
committed
Change karma reporter
1 parent 4575eae commit 7f6e005

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

karma.conf.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = function (config) {
1414
'karma-fixture',
1515
'karma-json-fixtures-preprocessor',
1616
'karma-handlebars-preprocessor',
17-
'karma-verbose-reporter',
17+
'karma-spec-reporter',
1818
],
1919

2020
frameworks: ['mocha', 'chai','jquery-1.8.3','sinon','fixture'],
@@ -37,8 +37,7 @@ module.exports = function (config) {
3737
'test/search/*.spec.js',
3838
],
3939

40-
reporters: ['verbose','progress'],
41-
40+
reporters: ['spec'],
4241
port: 9876,
4342
colors: true,
4443
autoWatch: false,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"karma-mocha": "^0.1.10",
4242
"karma-phantomjs-launcher": "^1.0.2",
4343
"karma-sinon": "^1.0.5",
44+
"karma-spec-reporter": "0.0.26",
4445
"karma-verbose-reporter": "0.0.3",
4546
"load-grunt-tasks": "^0.6.0",
4647
"mocha": "^2.2.4",

0 commit comments

Comments
 (0)