11 lines
425 B
TypeScript
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");
|
||
|
});
|