fix(test): remove stale cleanup calls in cron regressions

This commit is contained in:
Peter Steinberger
2026-02-15 19:29:04 +00:00
parent 92f8c0fac3
commit 108f0ef8c4

View File

@@ -276,7 +276,6 @@ describe("Cron issue regressions", () => {
expect(updated.state.nextRunAtMs).toBeGreaterThan(now);
cron.stop();
await store.cleanup();
});
it("treats persisted due jobs with missing enabled as runnable", async () => {
@@ -327,7 +326,6 @@ describe("Cron issue regressions", () => {
);
cron.stop();
await store.cleanup();
});
it("caps timer delay to 60s for far-future schedules", async () => {