Files
Maagap/ioneapps-maagapp-ee31119a522d/__mocks__/react-native-keychain.js
2025-08-06 13:49:11 +08:00

6 lines
200 B
JavaScript

/* global jest: false */
export const setGenericPassword = () => jest.fn();
export const getGenericPassword = () => jest.fn(Promise.resolve(''));
export const resetGenericPassword = () => jest.fn();