Skip to content

Commit

Permalink
build: fix mutation testing files pattern (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon authored Apr 18, 2024
1 parent 4f7046f commit 28cfbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stryker.conf.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ const config = {
coverageAnalysis: 'perTest',
ignoreStatic: true,
ignorePatterns: ['lib/', 'reports/', 'bin/', 'e2e'],
mutate: ['src/**/*.js'],
mutate: ['src/**/*.ts'],
}
export default config

0 comments on commit 28cfbb2

Please sign in to comment.