vylbot-app/tests/commands/304276391837302787/moons.test.ts
Ethan Lane a7b3079fcd
Some checks failed
Test / build (push) Failing after 9s
WIP: Start to plan tests
2024-09-21 11:21:55 +01:00

18 lines
455 B
TypeScript

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");
});
});