mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
#26: incapsulate auth flow rejection logic into a separate component
This commit is contained in:
@@ -86,12 +86,4 @@ describe('LoginState', () => {
|
||||
return promise.catch(mock.verify.bind(mock));
|
||||
});
|
||||
});
|
||||
|
||||
describe('#reject', () => {
|
||||
it('should transition to forgot password state', () => {
|
||||
expectState(mock, ForgotPasswordState);
|
||||
|
||||
state.reject(context);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user