fix tests
This commit is contained in:
parent
2c60fd91c0
commit
710c9c9657
4 changed files with 44 additions and 25 deletions
|
|
@ -1,4 +1,9 @@
|
|||
var FakeStorage = function() {
|
||||
this.reset();
|
||||
};
|
||||
|
||||
|
||||
FakeStorage.prototype.reset = function(password) {
|
||||
this.storage = {};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue