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

11 lines
395 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("GIVEN channel is currently ignored, EXPECT channel to be removed from list");
test.todo("GIVEN channel is not currently ignored, EXPECT channel to be added to list");
test.todo("GIVEN channel is currently ignored but not found in database, EXPECT error");
});