react-native-cross-components
Version:
Beautiful React-Native components using RN Paper by Callstack
21 lines (19 loc) • 444 B
JavaScript
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(),
};