#245: add register link to account chooser auth panel

This commit is contained in:
SleepWalker
2017-01-31 08:05:36 +02:00
parent b2202f8831
commit a685813934
11 changed files with 77 additions and 43 deletions

View File

@@ -34,16 +34,6 @@ describe('RegisterState', () => {
state.enter(context);
});
it('should transition to complete if not guest', () => {
context.getState.returns({
user: {isGuest: false}
});
expectState(mock, CompleteState);
state.enter(context);
});
});
describe('#resolve', () => {