Skip to content

Commit 7276a53

Browse files
authored
Update stryker-config.json
1 parent 17eb33c commit 7276a53

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

stryker-config.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"stryker-config": {
33
"ignore-mutations": [
4-
"string",
5-
"initializer"
4+
"string",
5+
"initializer",
6+
"statement",
7+
"block"
68
],
79
"report-file-name": "index.html"
810
}

0 commit comments

Comments
 (0)