Skip to content

Commit

Permalink
configuration file for stryker
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufitum committed Nov 3, 2024
1 parent 5fa464c commit e8126a9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions stryker.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"_comment": "This config was generated using 'stryker init'. Please take a look at: https://stryker-mutator.io/docs/stryker-js/configuration/ for more information.",
"packageManager": "npm",
"reporters": [
"html",
"clear-text",
"progress"
],
"testRunner": "mocha",
"testRunner_comment": "Take a look at https://stryker-mutator.io/docs/stryker-js/mocha-runner for information about the mocha plugin.",
"coverageAnalysis": "perTest"
}

0 comments on commit e8126a9

Please sign in to comment.