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