WIP: Planning more tests
All checks were successful
Test / build (push) Successful in 10s

This commit is contained in:
Ethan Lane 2024-10-31 16:56:36 +00:00
parent 974e298214
commit 43751e5b02
5 changed files with 91 additions and 42 deletions

View 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");
});