This commit is contained in:
parent
974e298214
commit
43751e5b02
5 changed files with 91 additions and 42 deletions
11
tests/database/entites/UserSetting.test.ts
Normal file
11
tests/database/entites/UserSetting.test.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
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");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue