vylbot-app/tests/events/MemberEvents/GuildMemberAdd.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

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");
});