This commit is contained in:
parent
ea6bac2af1
commit
69ef94dbb5
84 changed files with 993 additions and 7394 deletions
13
tests/commands/501231711271780357/Lobby/lobby.test.ts
Normal file
13
tests/commands/501231711271780357/Lobby/lobby.test.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
describe('constructor', () => {
|
||||
test.todo("EXPECT properties to be set");
|
||||
});
|
||||
|
||||
describe("execute", () => {
|
||||
test.todo("EXPECT lobby command to announce a lobby setup");
|
||||
|
||||
test.todo("GIVEN interaction.channelId is null, EXPECT nothing to happen");
|
||||
|
||||
test.todo("GIVEN channel is not setup in the database as a lobby, EXPECT error");
|
||||
|
||||
test.todo("GIVEN lobby command was last used within the cooldown, EXPECT error");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue