13 lines
366 B
TypeScript
13 lines
366 B
TypeScript
|
describe("constructor", () => {
|
||
|
test.todo("EXPECT properties to be set");
|
||
|
});
|
||
|
|
||
|
describe("UpdateBasicDetails", () => {
|
||
|
test.todo("EXPECT properties to be updated");
|
||
|
});
|
||
|
|
||
|
describe("FetchOneByKey", () => {
|
||
|
test.todo("EXPECT setting with key to be returned");
|
||
|
|
||
|
test.todo("GIVEN relations parameter is not supplied, EXPECT relations to be defaulted");
|
||
|
});
|