vylbot-app/tests/events/MessageEvents/MessageCreate.test.ts

11 lines
425 B
TypeScript
Raw Normal View History

2024-02-03 19:29:28 +00:00
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");
});