Skip to content

Commit a7db1c7

Browse files
author
Chris Brody
authored
update stryker.conf.js to include templates (#170)
1 parent 61d3180 commit a7db1c7

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
@@ -1,6 +1,7 @@
11
module.exports = config => {
22
config.set({
33
mutator: 'javascript',
4+
mutate: ['lib/**/*.js', 'templates/**/*.js'],
45
packageManager: 'yarn',
56
reporters: ['html', 'clear-text', 'progress'],
67
testRunner: 'jest',

0 commit comments

Comments
 (0)