Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit d857d05

Browse files
filipesilvajelbourn
authored andcommitted
fix: fix 'reporters' key name in karma.conf (#433)
Followup to #431
1 parent dd9d1e1 commit d857d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = function (config) {
2323
reports: ['html', 'lcovonly'],
2424
fixWebpackSourcePaths: true
2525
},
26-
rreporters: ['progress', 'kjhtml'],
26+
reporters: ['progress', 'kjhtml'],
2727
port: 9876,
2828
colors: true,
2929
logLevel: config.LOG_INFO,

0 commit comments

Comments
 (0)