card-drop/tests/timers/PurgeClaims.test.ts
Ethan Lane f32a39331d
Some checks failed
Test / build (push) Failing after 40s
Plan tests
2025-04-07 18:42:47 +01:00

7 lines
No EOL
204 B
TypeScript

describe("PurgeClaims", () => {
test.todo("EXPECT claims to be fetched");
test.todo("EXPECT Claim.RemoveMany to remove the claims older than 2 minutes");
test.todo("EXPECT info logged");
});