Plan tests
Some checks failed
Test / build (push) Failing after 40s

This commit is contained in:
Ethan Lane 2025-04-07 18:42:47 +01:00
parent f9ab6c126e
commit f32a39331d
6 changed files with 25 additions and 3 deletions

View file

@ -0,0 +1,7 @@
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");
});