vylbot-app/tests/commands/304276391837302787/moons/add.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
437 B
TypeScript

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