We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a500705 commit 5fff630Copy full SHA for 5fff630
stryker.conf.js
@@ -3,7 +3,7 @@
3
*/
4
module.exports = {
5
packageManager: 'npm',
6
- reporters: ['html', 'clear-text', 'progress', 'json', 'dots', 'dashboard', 'event-recorder'],
+ reporters: ['html', 'clear-text', 'progress', 'json'],
7
testRunner: 'jest',
8
coverageAnalysis: 'perTest',
9
ignorePatterns: ['lib']
0 commit comments