vylbot-app/tests/commands/304276391837302787/moons/list.test.ts
Ethan Lane 43751e5b02
All checks were successful
Test / build (push) Successful in 10s
WIP: Planning more tests
2024-10-31 16:56:36 +00:00

29 lines
862 B
TypeScript

describe("GIVEN moons returned is empty", () => {
test.todo("EXPECT none description");
});
describe("GIVEN it is the first page", () => {
test.todo("EXPECT Previous button to be disabled");
});
describe("GIVEN it is the last page", () => {
test.todo("EXPECT Next button to be disabled");
describe("GIVEN moon count is greater than the amount of moons in the database", () => {
test.todo("EXPECT untracked counter to be shown");
});
});
describe("GIVEN moon count is empty", () => {
test.todo("EXPECT Next button to be disabled");
describe("GIVEN moon count is greater than the amount of moons in the database", () => {
test.todo("EXPECT untracked counter to be shown");
});
});
test.todo("EXPECT interaction to be replied");
test.todo("EXPECT embed to be replied");
test.todo("EXPECT row to be replied");