Rem
Results
1
comments of
Rem
Please give it a try with the following: ``` __mocks__/reactNativeEncryptedStorage.js jest.mock('react-native-encrypted-storage', () => { return { setItem: jest.fn(() => Promise.resolve()), getItem: jest.fn(() => Promise.resolve('{ "foo": 1 }')), removeItem: jest.fn(() =>...