fixing unit test

This commit is contained in:
Roland Osborne 2023-10-03 13:28:13 -07:00
parent 405e6c2b76
commit 14b03f263d

View File

@ -39,6 +39,11 @@ export function useTestStoreContext() {
},
setFirstRun: async () => {
},
getAppValue: async (guid, key, unset) => {
return unset;
}
setAppValue: async (guid, key, value) => {
},
getCardRequestStatus: async (guid) => {
},
setCardRequestStatus: async (guid, status) => {