vylbot-app/tests/events/MessageEvents/MessageCreate.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
425 B
TypeScript

describe('MessageCreate', () => {
test.todo("GIVEN verification is enabled, EXPECT function to execute");
test.todo("GIVEN verification is not enabled, EXPECT nothing to happen");
test.todo("GIVEN message.guild is null, EXPECT nothing to happen");
test.todo("GIVEN message author is a bot, EXPECT nothing to happen");
test.todo("GIVEN verification.enabled is not found, EXPECT nothing to happen");
});