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', () => {
134
134
const fakePopupRedirectResolver : PopupRedirectResolver =
135
135
FakePopupRedirectResolver ;
136
136
137
- const fakeTenantConfig : TenantConfig = { 'location' : "us" , 'tenantId' : "tenant-1" } ;
137
+ const fakeTenantConfig : TenantConfig = {
138
+ 'location' : 'us' ,
139
+ 'tenantId' : 'tenant-1'
140
+ } ;
138
141
139
142
before ( ( ) => {
140
143
registerAuth ( ClientPlatform . BROWSER ) ;
@@ -206,7 +209,7 @@ describe('core/auth/initialize', () => {
206
209
) ;
207
210
} ) ;
208
211
209
- it ( 'should set TenantConfig' , async ( ) => {
212
+ it ( 'should set TenantConfig' , async ( ) => {
210
213
const auth = initializeAuth ( fakeApp , {
211
214
tenantConfig : fakeTenantConfig
212
215
} ) as AuthInternal ;
You can’t perform that action at this time.
0 commit comments