card-drop/tests/buttonEvents/Effects.test.ts

5 lines
206 B
TypeScript
Raw Normal View History

2025-01-11 18:58:35 +00:00
test.todo("GIVEN action is list, EXPECT list function to be called");
2024-12-31 16:59:57 +00:00
2025-01-11 18:58:35 +00:00
test.todo("GIVEN action is use, EXPECT use function to be called");
2024-12-31 16:59:57 +00:00
2025-01-11 18:58:35 +00:00
test.todo("GIVEN action is unknown, EXPECT nothing to be called");