Skip to content

Commit 165f3a7

Browse files
committed
chore: Configure mutation tests for pnpm
1 parent fa24298 commit 165f3a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stryker.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const BASE_CONFIG = {
1212
reporters: ["html", "clear-text", "progress", "dashboard"],
1313
testRunner: "jest",
1414
coverageAnalysis: "off",
15+
plugins: ["@stryker-mutator/jest-runner"],
1516
};
1617

1718
const config = {

0 commit comments

Comments
 (0)