This commit is contained in:
parent
ea6bac2af1
commit
69ef94dbb5
84 changed files with 993 additions and 7394 deletions
|
@ -0,0 +1,15 @@
|
|||
describe('NicknameChanged', () => {
|
||||
test.todo('EXPECT embed to be logged');
|
||||
|
||||
test.todo("GIVEN event.member.update.enabled setting is not found, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN event is not enabled, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN oldNickname is null, EXPECT oldNickname to be defaulted");
|
||||
|
||||
test.todo("GIVEN newNickname is null, EXPECT newNickname to be defaulted");
|
||||
|
||||
test.todo("GIVEN event.member.update.channel setting is not found, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN log channel can not be found, EXPECT nothing to happen");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue