Plan tests
This commit is contained in:
parent
e76864eb29
commit
c08401084b
6 changed files with 25 additions and 3 deletions
7
tests/commands/drop.test.ts
Normal file
7
tests/commands/drop.test.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
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");
|
Loading…
Add table
Add a link
Reference in a new issue