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

5 lines
195 B
TypeScript

describe('GuildMemberUpdate', () => {
test.todo("GIVEN user nickname has changed, EXPECT function to be executed");
test.todo("GIVEN nickname is the same, EXPECT nothing to happen");
});