vylbot-app/tests/client/events.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

11 lines
406 B
TypeScript

describe('onInteractionCreate', () => {
test.todo("GIVEN the interaction is a chat input command, EXPECT chat input command handler to be executed");
test.todo("GIVEN the interaction is a button, EXPECT button handler to be executed");
test.todo("GIVEN interaction.guildId is null, EXPECT nothing to happen");
});
describe("onReady", () => {
test.todo("EXPECT console to be logged");
});