UNPKG

react-native-cross-components

Version:
21 lines (19 loc) 444 B
module.exports = { Auth: { signUp: jest.fn(), signIn: jest.fn(), resendSignUp: jest.fn(), forgotPassword: jest.fn(), forgotPasswordSubmit: jest.fn(), currentSession: jest.fn(), currentUserInfo: jest.fn(), confirmSignUp: jest.fn(), confirmSignIn: jest.fn(), signOut: jest.fn(), currentAuthenticatedUser: jest.fn(), changePassword: jest.fn(), }, }; export default { configure: jest.fn(), };