This commit is contained in:
parent
ea6bac2af1
commit
69ef94dbb5
84 changed files with 993 additions and 7394 deletions
21
tests/events/MessageEvents/MessageDelete.test.ts
Normal file
21
tests/events/MessageEvents/MessageDelete.test.ts
Normal file
|
@ -0,0 +1,21 @@
|
|||
describe('MessageDelete', () => {
|
||||
test.todo('EXPECT embed to be logged');
|
||||
|
||||
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 event.message.delete.enabled setting is not found, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN event is not enabled, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN channel is ignored, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN message content is null, EXPECT content to be defaulted");
|
||||
|
||||
test.todo("GIVEN message had at least 1 attachment, EXPECT attachments field to be added");
|
||||
|
||||
test.todo("GIVEN event.message.delete.channel setting is not found, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN channel is not found, EXPECT nothing to happen");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue