Skip to content

Commit

Permalink
removing dashboard report of stryker
Browse files Browse the repository at this point in the history
  • Loading branch information
vlio20 committed Dec 6, 2024
1 parent 5389395 commit 2c0d157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stryker.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
mutator: 'typescript',
packageManager: 'npm',
reporters: ['progress', 'html', 'dashboard'],
reporters: ['progress', 'html'],
coverageAnalysis: 'off',
mutate: ['src/**/*.ts', '!src/**/*.spec.ts'],
testFiles: ["test/**/*.@(js|ts)"],
Expand Down

0 comments on commit 2c0d157

Please sign in to comment.