Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 3e33006

Browse files
author
Kamil Kisiela
committed
chore: add jasmine-html-reporter
1 parent 63465b1 commit 3e33006

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = function (config) {
5656
// test results reporter to use
5757
// possible values: 'dots', 'progress'
5858
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
59-
reporters: ['progress', 'coverage'],
59+
reporters: ['progress', 'coverage', 'html'],
6060

6161

6262
// web server port
@@ -86,4 +86,4 @@ module.exports = function (config) {
8686
singleRun: ciEnv
8787
};
8888
config.set(_config);
89-
};
89+
};

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@
4747
"argv-set-env": "^1.0.0",
4848
"babel": "^5.8.3",
4949
"babel-core": "^5.0.0",
50-
"babel-loader": "^5.3.2",
5150
"babel-eslint": "^4.1.6",
52-
"eslint": "^1.10.3",
53-
"mys-common-tools": "latest",
51+
"babel-loader": "^5.3.2",
5452
"codacy-coverage": "^1.1.3",
5553
"codecov.io": "^0.1.6",
5654
"coveralls": "^2.11.4",
55+
"eslint": "^1.10.3",
5756
"html-loader": "^0.4.0",
5857
"isparta": "^4.0.0",
5958
"isparta-loader": "1.0.0",
@@ -65,9 +64,11 @@
6564
"karma-coverage": "^0.5.3",
6665
"karma-firefox-launcher": "^0.1.7",
6766
"karma-jasmine": "^0.3.6",
67+
"karma-jasmine-html-reporter": "^0.1.8",
6868
"karma-sourcemap-loader": "^0.3.6",
6969
"karma-webpack": "^1.7.0",
7070
"lodash": "^3.10.1",
71+
"mys-common-tools": "latest",
7172
"webpack": "^1.12.9"
7273
}
7374
}

0 commit comments

Comments
 (0)