refactor password param
This commit is contained in:
parent
8d53fa82ed
commit
2bc1945309
3 changed files with 5 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ FakeLocalStorage.prototype.clear = function() {
|
|||
module.exports = FakeLocalStorage;
|
||||
|
||||
module.exports.storageParams = {
|
||||
password: '123',
|
||||
storage: new FakeLocalStorage(),
|
||||
sessionStorage: new FakeLocalStorage(),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue