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