9 lines
No EOL
238 B
TypeScript
9 lines
No EOL
238 B
TypeScript
describe('constructor', () => {
|
|
test.todo("EXPECT properties to be set");
|
|
});
|
|
|
|
describe("execute", () => {
|
|
test.todo('EXPECT list of lobby channels to be sent');
|
|
|
|
test.todo("GIVEN interaction.guild is null, EXPECT error");
|
|
}); |