(globalDataDir: string, mapping: ThreadIndex)
| 680 | shortId: "kept", |
| 681 | startedAt: "2026-01-05T00:00:00Z", |
| 682 | completedAt: "2026-01-05T00:01:00Z", |
| 683 | })); |
| 684 | |
| 685 | try { |
| 686 | pruneRuns(testDir, 1); |
| 687 | expect(existsSync(outsideLog)).toBe(true); |
| 688 | } finally { |
| 689 | rmSync(outsideLog, { force: true }); |