vylbot-app/tests/commands/304276391837302787/moons.test.ts

18 lines
455 B
TypeScript
Raw Normal View History

2024-09-21 11:21:55 +01:00
describe("constructor", () => {
test.todo("EXPECT CommandBuilder to be valid");
});
describe("execute", () => {
describe("GIVEN subcommand is list", () => {
test.todo("EXPECT ListMoons executed");
});
describe("GIVEN subcommand is add", () => {
test.todo("EXPECT AddMoon executed");
});
describe("GIVEN interaction.isChatInputCommand is false", () => {
test.todo("EXPECT nothing to happen");
});
});