Rebased
This commit is contained in:
parent
80770f9a78
commit
cc701d648d
1 changed files with 2 additions and 1 deletions
|
|
@ -801,6 +801,7 @@ describe('Identity model', function() {
|
||||||
storage.setCredentials = sinon.stub();
|
storage.setCredentials = sinon.stub();
|
||||||
storage.removeItem = sinon.stub().yields(null);
|
storage.removeItem = sinon.stub().yields(null);
|
||||||
storage.clear = sinon.stub().yields();
|
storage.clear = sinon.stub().yields();
|
||||||
|
storage.getItem = sinon.stub();
|
||||||
|
|
||||||
var opts = {
|
var opts = {
|
||||||
email: 'test@test.com',
|
email: 'test@test.com',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue