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

9 lines
238 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 list of lobby channels to be sent');
test.todo("GIVEN interaction.guild is null, EXPECT error");
});