This commit is contained in:
parent
ea6bac2af1
commit
69ef94dbb5
84 changed files with 993 additions and 7394 deletions
|
@ -0,0 +1,23 @@
|
|||
describe("VerificationCheck", () => {
|
||||
test.todo("GIVEN validation is correct, EXPECT role given");
|
||||
|
||||
test.todo("GIVEN validation is incorrect, EXPECT only message to be deleted");
|
||||
|
||||
test.todo("GIVEN message.guild is null, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN verification.channel setting is not found, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN channel is not found, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN currentChannel is not found, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN currentChannel is not the verification channel, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN verification.code is null, EXPECT error");
|
||||
|
||||
test.todo("GIVEN verification.code is empty, EXPECT error");
|
||||
|
||||
test.todo("GIVEN verification.role is null, EXPECT error");
|
||||
|
||||
test.todo("GIVEN role is not found, EXPECT error");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue