11 lines
256 B
TypeScript
11 lines
256 B
TypeScript
describe("constructor", () => {
|
|
test.todo("EXPECT settings to be configured");
|
|
});
|
|
|
|
describe("UpdateValue", () => {
|
|
test.todo("EXPECT value to be updated");
|
|
});
|
|
|
|
describe("FetchOneByKey", () => {
|
|
test.todo("EXPECT single entity returned");
|
|
});
|