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

9 lines
419 B
TypeScript

describe('onChatInput', () => {
test.todo("GIVEN command is registered globally AND command is found, execute the global command");
test.todo("GIVEN command is registered to a single server, execute the server command");
test.todo("GIVEN interaction is not a chat input command, EXPECT nothing to happen");
test.todo("GIVEN command is registered globally AND command is not found, EXPECT error");
});