8 lines
256 B
TypeScript
8 lines
256 B
TypeScript
|
describe("Execute", () => {
|
||
|
test.todo("GIVEN subaction is confirm, EXPECT confirm function executed");
|
||
|
|
||
|
test.todo("GIVEN subaction is cancel, EXPECT cancel function executed");
|
||
|
|
||
|
test.todo("GIVEN subaction is invalid, EXPECT error logged");
|
||
|
});
|