Skip to content

Commit f22c3a3

Browse files
committed
fix: fix 'reporters' key name in karma.conf (#433)
Followup to angular/material.angular.io#431
1 parent e22d900 commit f22c3a3

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)