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