WIP: Start creating buy subactions
Some checks failed
Test / build (push) Failing after 38s

This commit is contained in:
Ethan Lane 2025-02-09 19:11:03 +00:00
parent 38b0b8b301
commit d4c75845e5
4 changed files with 39 additions and 1 deletions

View file

@ -0,0 +1,7 @@
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");
});