Skip to content

Commit 5fff630

Browse files
Remove unnecessary reports
1 parent a500705 commit 5fff630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stryker.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
module.exports = {
55
packageManager: 'npm',
6-
reporters: ['html', 'clear-text', 'progress', 'json', 'dots', 'dashboard', 'event-recorder'],
6+
reporters: ['html', 'clear-text', 'progress', 'json'],
77
testRunner: 'jest',
88
coverageAnalysis: 'perTest',
99
ignorePatterns: ['lib']

0 commit comments

Comments
 (0)