vylbot-app/tests/commands/501231711271780357/Lobby/remove.test.ts

13 lines
370 B
TypeScript
Raw Normal View History

2024-02-03 19:29:28 +00:00
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");
});