File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/auth/src/platform_browser Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ describe('platform_browser/popup_redirect', () => {
142
142
143
143
it ( 'does not add the App Check token in the url fragment if none returned' , async ( ) => {
144
144
await resolver . _initialize ( auth ) ;
145
+ // Redundant, already set in mock_auth.ts but adding here for clarity
145
146
sinon
146
147
. stub ( FAKE_APP_CHECK_CONTROLLER , 'getToken' )
147
148
. returns ( Promise . resolve ( { token : '' } ) ) ;
@@ -243,6 +244,7 @@ describe('platform_browser/popup_redirect', () => {
243
244
} ) ;
244
245
245
246
it ( 'does not add the App Check token in the url fragment if none returned' , async ( ) => {
247
+ // Redundant, already set in mock_auth.ts but adding here for clarity
246
248
sinon
247
249
. stub ( FAKE_APP_CHECK_CONTROLLER , 'getToken' )
248
250
. returns ( Promise . resolve ( { token : '' } ) ) ;
You can’t perform that action at this time.
0 commit comments