card-drop/tests/timers/PurgeClaims.test.ts
2025-05-04 11:01:57 +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");
});