3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
|
describe("GIVEN interaction action is list", () => {
|
||
|
test.todo("EXPECT List function to be called");
|
||
|
});
|