Skip to content

Commit

Permalink
moving stryker to use tap-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vlio20 committed Dec 6, 2024
1 parent d0136ef commit a54f3fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stryker.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ module.exports = {
reporters: ['progress', 'html', 'dashboard'],
coverageAnalysis: 'off',
mutate: ['src/**/*.ts', '!src/**/*.spec.ts'],
command: 'npm run test',
testFiles: ["test/**/*.@(js|ts)"],
nodeArgs: ["--loader", "ts-node/esm"],
forceBail: true,
thresholds: {
break: 95
}
Expand Down

0 comments on commit a54f3fe

Please sign in to comment.