completion
This commit is contained in:
5
ioneapps-maagapp-ee31119a522d/__mocks__/react-native-keychain.js
vendored
Normal file
5
ioneapps-maagapp-ee31119a522d/__mocks__/react-native-keychain.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/* global jest: false */
|
||||
|
||||
export const setGenericPassword = () => jest.fn();
|
||||
export const getGenericPassword = () => jest.fn(Promise.resolve(''));
|
||||
export const resetGenericPassword = () => jest.fn();
|
||||
Reference in New Issue
Block a user