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
405e6c2b76
commit
14b03f263d
@ -39,6 +39,11 @@ export function useTestStoreContext() {
|
|||||||
},
|
},
|
||||||
setFirstRun: async () => {
|
setFirstRun: async () => {
|
||||||
},
|
},
|
||||||
|
getAppValue: async (guid, key, unset) => {
|
||||||
|
return unset;
|
||||||
|
}
|
||||||
|
setAppValue: async (guid, key, value) => {
|
||||||
|
},
|
||||||
getCardRequestStatus: async (guid) => {
|
getCardRequestStatus: async (guid) => {
|
||||||
},
|
},
|
||||||
setCardRequestStatus: async (guid, status) => {
|
setCardRequestStatus: async (guid, status) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user