7 lines
No EOL
212 B
TypeScript
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"); |