Skip to content

Commit

Permalink
chore(stryker): adapt to stryker v7 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Jun 18, 2023
1 parent f4c7fb4 commit 16b7751
Show file tree
Hide file tree
Showing 4 changed files with 42,897 additions and 43,906 deletions.
5 changes: 3 additions & 2 deletions config/stryker/stryker.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "../../node_modules/@stryker-mutator/core/schema/stryker-schema.json",
"cleanTempDir": true,
"cleanTempDir": "always",
"incremental": true,
"incrementalFile": "tests/stryker/incremental.json",
"checkers": ["typescript"],
Expand Down Expand Up @@ -29,5 +29,6 @@
"high": 100,
"low": 100,
"break": 100
}
},
"disableTypeChecks": "{test,src,lib}/**/*.{js,ts,jsx,tsx,html,vue}"
}

0 comments on commit 16b7751

Please sign in to comment.