card-drop/tests/commands/drop.test.ts
2025-05-04 11:01:57 +01:00

7 lines
No EOL
212 B
TypeScript

describe("GIVEN valid conditions", () => {
test.todo("EXPECT user.RemoveCurrency to be called");
test.todo("GIVEN user is saved");
});
test.todo("GIVEN user.RemoveCurrency fails, EXPECT error replied");