11 lines
315 B
TypeScript
11 lines
315 B
TypeScript
|
describe("constructor", () => {
|
||
|
test.todo("EXPECT properties to be set");
|
||
|
});
|
||
|
|
||
|
describe("FetchAuditsByUserId", () => {
|
||
|
test.todo("EXPECT all entities with the user id and server id to be returned");
|
||
|
});
|
||
|
|
||
|
describe("FetchAuditByAuditId", () => {
|
||
|
test.todo("EXPECT audit with audit id to be returned");
|
||
|
});
|