Skip to content

Commit

Permalink
Fix karma-min-reporter not working (#47)
Browse files Browse the repository at this point in the history
* Move karma-min-reporter to normal deps

* Add min reporter to karma plugins
  • Loading branch information
marvinhagemeister authored Jul 4, 2020
1 parent 7be585e commit 10a8038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"eslint": "^7.3.0",
"eslint-config-developit": "^1.2.0",
"eslint-config-prettier": "^6.11.0",
"karma-min-reporter": "^0.1.0",
"microbundle": "^0.12.2",
"prettier": "^1.19.1",
"webpack": "^4.43.0",
Expand All @@ -60,6 +59,7 @@
"karma-coverage": "^2.0.2",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^3.3.1",
"karma-min-reporter": "^0.1.0",
"karma-sauce-launcher": "^4.1.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
Expand Down
1 change: 1 addition & 0 deletions src/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default function configure(options) {
'karma-chrome-launcher',
'karma-jasmine',
'karma-spec-reporter',
'karma-min-reporter',
'karma-sourcemap-loader',
'karma-webpack',
].concat(options.coverage ? 'karma-coverage' : []);
Expand Down

0 comments on commit 10a8038

Please sign in to comment.