@stryker-mutator/util
Advanced tools
Changelog
5.0.0 (2021-05-14)
range
property is no longer present on a mutant
. Note, this is a breaking change for plugin creators only."perTest"
is now the default value for "coverageAnalysis" when the configured test runner is not "command". Explicitly set "coverageAnalysis": "off"
manually to opt-out of this behavior.ignorePatterns
.files
configuration option is deprecated and will be removed in a future release. Please use ignorePatterns
instead.This:
{
"files": ["foo.js"]
}
Is equivalent to:
{
"ignorePatterns": ["**", "!foo.js"]
}
Reporter
and TestRunner
plugin API of Strykercreate-react-app-ts
is dropped from the jest-runner.Changelog
4.5.0 (2021-03-06)