vylbot-app/tests/commands/501231711271780357/entry.test.ts
Ethan Lane 69ef94dbb5
All checks were successful
continuous-integration/drone/push Build is passing
Add placeholder tests
2024-02-03 19:29:28 +00:00

13 lines
390 B
TypeScript

describe('constructor', () => {
test.todo("EXPECT properties to be set");
});
describe("execute", () => {
test.todo("EXPECT entry embed to be sent");
test.todo("GIVEN interaction.guildId is null, EXPECT error");
test.todo("GIVEN interaction.channel is null, EXPECT error");
test.todo("GIVEN channels.rules setting is not set, EXPECT channel id to be defaulted");
});