File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
packages/auth/src/core/auth Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,10 @@ describe('core/auth/initialize', () => {
134134 const fakePopupRedirectResolver : PopupRedirectResolver =
135135 FakePopupRedirectResolver ;
136136
137- const fakeTenantConfig : TenantConfig = { 'location' : "us" , 'tenantId' : "tenant-1" } ;
137+ const fakeTenantConfig : TenantConfig = {
138+ 'location' : 'us' ,
139+ 'tenantId' : 'tenant-1'
140+ } ;
138141
139142 before ( ( ) => {
140143 registerAuth ( ClientPlatform . BROWSER ) ;
@@ -206,7 +209,7 @@ describe('core/auth/initialize', () => {
206209 ) ;
207210 } ) ;
208211
209- it ( 'should set TenantConfig' , async ( ) => {
212+ it ( 'should set TenantConfig' , async ( ) => {
210213 const auth = initializeAuth ( fakeApp , {
211214 tenantConfig : fakeTenantConfig
212215 } ) as AuthInternal ;
You can’t perform that action at this time.
0 commit comments