Skip to content

Commit

Permalink
chore: Configure mutation tests for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Dec 6, 2024
1 parent fa24298 commit 165f3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stryker.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const BASE_CONFIG = {
reporters: ["html", "clear-text", "progress", "dashboard"],
testRunner: "jest",
coverageAnalysis: "off",
plugins: ["@stryker-mutator/jest-runner"],
};

const config = {
Expand Down

0 comments on commit 165f3a7

Please sign in to comment.