This commit is contained in:
parent
ea6bac2af1
commit
69ef94dbb5
84 changed files with 993 additions and 7394 deletions
15
tests/buttonEvents/verify.test.ts
Normal file
15
tests/buttonEvents/verify.test.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
describe("execute", () => {
|
||||
test.todo("EXPECT verification role to be given");
|
||||
|
||||
test.todo("GIVEN interaction.guildId is null, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN interaction.guild is null, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN verification.role setting is not found, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN role can not be found, EXPECT error");
|
||||
|
||||
test.todo("GIVEN member can not be found, EXPECT error");
|
||||
|
||||
test.todo("GIVEN member is not manageable, EXPECT error");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue