File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ describe('AngularFireAuth', () => {
9090
9191 // Check that the first value is null and second is the auth user
9292 const subs = afAuth . authState . subscribe ( user => {
93- console . log ( 'What...' , count , user ) ;
9493 if ( count === 0 ) {
9594 expect ( user ) . toBe ( null ) ;
9695 count = count + 1 ;
@@ -101,7 +100,6 @@ describe('AngularFireAuth', () => {
101100 done ( ) ;
102101 }
103102 } , done , done . fail ) ;
104- console . log ( '....!?' ) ;
105103 mockAuthState . next ( null ) ;
106104 } ) ;
107105
@@ -110,7 +108,6 @@ describe('AngularFireAuth', () => {
110108
111109 // Check that the first value is null and second is the auth user
112110 const subs = afAuth . idToken . subscribe ( user => {
113- console . log ( "HI!...." , count , user ) ;
114111 if ( count === 0 ) {
115112 expect ( user ) . toBe ( null ) ;
116113 count = count + 1 ;
You can’t perform that action at this time.
0 commit comments