DeFiCh/wallet

View on GitHub
mobile-app/app/__mocks__/expo-secure-store.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const getItemAsync = jest.fn();
export const setItemAsync = jest.fn();
export const deleteItemAsync = jest.fn();