@systemfsoftware/stryker-js-vitest-runner 7.0.1 → 7.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/main.mjs +9871 -26332
- package/dist/stryker-setup.mjs +2 -2
- package/package.json +21 -38
- package/dist/execAsync-CUNMu62l.mjs +0 -10
- package/dist/getMachineId-bsd-DEwG9Ywj.mjs +0 -26
- package/dist/getMachineId-darwin-K9sCO4zL.mjs +0 -23
- package/dist/getMachineId-linux-B4KmiJGj.mjs +0 -19
- package/dist/getMachineId-unsupported-Dqj1BWmV.mjs +0 -14
- package/dist/getMachineId-win-tvSIkbRI.mjs +0 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @systemfsoftware/stryker-js-vitest-runner
|
|
2
2
|
|
|
3
|
+
## 7.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- A finite mutant is killed or survived from its tests. Timeout is reserved for one named nonterminating trap, detected by a hit bound rather than a wall-clock budget. A wall-clock timeout fails the run instead of being stored as a detected mutant.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Mutants that execute far past their dry-run hit count now fail at the hit limit instead of waiting out the test timeout. Coverage from the dry run is recorded again, so the limit is armed.
|
|
12
|
+
|
|
3
13
|
## 7.0.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|