13 lines
No EOL
368 B
TypeScript
13 lines
No EOL
368 B
TypeScript
describe("constructor", () => {
|
|
test.todo("EXPECT properties to be set");
|
|
});
|
|
|
|
describe("MarkAsUsed", () => {
|
|
test.todo("EXPECT LastUsed to be updated");
|
|
});
|
|
|
|
describe("FetchOneByChannelId", () => {
|
|
test.todo("EXPECT entity with channel id to be returned");
|
|
|
|
test.todo("GIVEN relations parameter is not supplied, EXPECT relations to be defaulted");
|
|
}); |