Skip to content

Commit

Permalink
fix: mutation testing files pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Apr 18, 2024
1 parent a86a6ff commit 4ed93c7
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 4ed93c7

Please sign in to comment.