Skip to content

Commit 7bdfe9f

Browse files
author
Christopher J. Brody
committed
with mutation testing limited to lib/*.js (lib/parser/pbxproj.js not included)
1 parent 4bac18a commit 7bdfe9f

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 = function(config) {
22
config.set({
33
mutator: "javascript",
4+
mutate: [ 'lib/*.js' ],
45
packageManager: "npm",
56
reporters: ["html", "clear-text", "progress"],
67
testRunner: "command",

0 commit comments

Comments
 (0)