Builder and Dashboard unit tests refactoring/cleanup

This commit is contained in:
gianantoniopini
2021-01-23 11:45:06 +01:00
parent 9a7bdb188b
commit 5317f5e525
4 changed files with 86 additions and 93 deletions

View File

@ -33,10 +33,6 @@ class Auth {
return this._onAuthStateChangedObservers;
}
dispose() {
this._onAuthStateChangedObservers = [];
}
onAuthStateChanged(observer) {
this.onAuthStateChangedObservers.push(observer);