13 lines
492 B
TypeScript
13 lines
492 B
TypeScript
|
describe('GuildMemberAdd', () => {
|
||
|
test.todo('EXPECT embed to be logged');
|
||
|
|
||
|
test.todo("GIVEN member.guild is null, EXPECT nothing to happen");
|
||
|
|
||
|
test.todo("GIVEN event.member.add.enabled setting is not found, EXPECT nothing to happen");
|
||
|
|
||
|
test.todo("GIVEN event is not enabled, EXPECT nothing to happen");
|
||
|
|
||
|
test.todo("GIVEN event.member.add.channel setting is not found, EXPECT nothing to happen");
|
||
|
|
||
|
test.todo("GIVEN channel is not found, EXPECT nothing to happen");
|
||
|
});
|