vylbot-app/tests/database/entities/IgnoredChannel.test.ts

7 lines
190 B
TypeScript
Raw Normal View History

2024-02-03 19:29:28 +00:00
describe("constructor", () => {
test.todo("EXPECT properties to be defined");
});
describe("IsChannelIgnored", () => {
test.todo("EXPECT entity with channel id to be returned");
});