5 lines
No EOL
195 B
TypeScript
5 lines
No EOL
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");
|
|
}); |