7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
|
describe("constructor", () => {
|
||
|
test.todo("EXPECT properties to be defined");
|
||
|
});
|
||
|
|
||
|
describe("IsChannelIgnored", () => {
|
||
|
test.todo("EXPECT entity with channel id to be returned");
|
||
|
});
|