vylbot-app/tests/commands/bunny.test.ts

11 lines
324 B
TypeScript
Raw Normal View History

2024-02-03 19:29:28 +00:00
describe('constructor', () => {
test.todo("EXPECT properties to be set");
});
describe('execute', () => {
test.todo("EXPECT embed to be sent");
test.todo("GIVEN interaction is not a chat input command, EXPECT nothing to happen");
test.todo("GIVEN a result from random-bunny is failure, EXPECT error");
});