@stryker-mutator/api
Advanced tools
Changelog
7.0.0 (2023-06-02)
globalThis
when available (#4169) (7d1e58e)onMutantTested
(#4158) (f5227e0)glob
as a dependency (#4225) (ba6bb7e)--allowEmpty
option (#4198) (44e355e)'always'
option to cleanTempDir
(#4187) (f02efb2)onAllMutantsTested
(#4234) (762c023)"nodeArgs"
(#4235) (c149b34)testFiles
(#4253) (76b53f1)bail
(#4239) (6b2eb4d)disableTypeChecks
is now true
by default. You can use this configuration to opt out:{
"disableTypeChecks": "{test,src,lib}/**/*.{js,ts,jsx,tsx,html,vue,cts,mts}"
}
onAllMutantsTested
has been removed. Plugin creators should use onMutationTestReportReady
instead.@stryker-mutator/core
or one of the plugins will no longer work. If you want to import something that's not available, please let us know by opening an issueChangelog
6.4.2 (2023-03-24)
Changelog
6.4.0 (2023-02-17)
Changelog
6.3.1 (2022-12-18)
Changelog
6.3.0 (2022-10-30)
NODE_ENV
env variable (#3816) (9fc7a6f).only
in CI pipeline tests (#3823) (051ec93)allowEmojis
option in console (#3820) (79cc05f)--dryRunOnly
CLI argument to only run initial tests (#3814) (f2cf7e6)