Delete Account: added more unit tests

This commit is contained in:
gianantoniopini
2021-05-14 18:21:47 +02:00
parent d11d414504
commit a8cf553217
4 changed files with 98 additions and 47 deletions

View File

@ -77,10 +77,6 @@ class Auth {
this._currentUser = null;
await delay(Constants.defaultDelayInMilliseconds);
this.onAuthStateChangedObservers.forEach((observer) =>
observer(this._currentUser),
);
}
}