mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
fixing unit test
This commit is contained in:
parent
ab76125a9f
commit
91cbe158be
@ -39,8 +39,8 @@ export function useTestStoreContext() {
|
||||
},
|
||||
setFirstRun: async () => {
|
||||
},
|
||||
getAppValue: async (guid, key, unset) => {
|
||||
return unset;
|
||||
getAppValue: async (guid, key) => {
|
||||
return {};
|
||||
},
|
||||
setAppValue: async (guid, key, value) => {
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user