login working on the UX
This commit is contained in:
parent
7a2906c8d1
commit
92f1bacf82
10 changed files with 125 additions and 72 deletions
|
|
@ -19,7 +19,7 @@ describe('Profile model', function() {
|
|||
};
|
||||
|
||||
beforeEach(function() {
|
||||
storage.setPassphrase = sinon.stub();
|
||||
storage.setPassword = sinon.stub();
|
||||
storage.set = sinon.stub();
|
||||
storage.set.yields(null);
|
||||
storage.get = sinon.stub().yields(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue