13 lines
370 B
TypeScript
13 lines
370 B
TypeScript
|
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");
|
||
|
});
|