vylbot-app/tests/client/interactionCreate/button.test.ts
Ethan Lane 69ef94dbb5
All checks were successful
continuous-integration/drone/push Build is passing
Add placeholder tests
2024-02-03 19:29:28 +00:00

7 lines
241 B
TypeScript

describe('onButtonClicked', () => {
test.todo("EXPECT button event to be executed");
test.todo("GIVEN interaction is not a button, EXEPCT nothing to happen");
test.todo("GIVEN button event is not registered, EXPECT error");
});