Skip to content

Commit

Permalink
installed stryker tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufitum committed Oct 27, 2024
1 parent 06f31f7 commit 041d438
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions stryker.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// @ts-check
/** @type {import('@stryker-mutator/api/core').PartialStrykerOptions} */
const config = {
_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",
};
export default config;

0 comments on commit 041d438

Please sign in to comment.