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

18 lines
437 B
TypeScript
Raw Normal View History

2024-09-21 11:21:55 +01:00
describe("GIVEN valid input", () => {
test.todo("EXPECT interaction replied");
test.todo("EXPECT embed details are correct");
});
describe("GIVEN description is undefined", () => {
test.todo("EXPECT error replied");
test.todo("EXPECT function returned");
});
describe("GIVEN description is more than 255 characters long", () => {
test.todo("EXPECT error replied");
test.todo("EXPECT function returned");
});