Plan tests

This commit is contained in:
Ethan Lane 2024-11-01 14:52:38 +00:00
parent 67eafa695c
commit 5ed31d08d1
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,3 @@
describe("GIVEN interaction action is list", () => {
test.todo("EXPECT List function to be called");
});