Skip to content

Commit 0321a14

Browse files
committed
Running yarn run demo
1 parent 02b8e3e commit 0321a14

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/auth/src/core/auth/initialize.test.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)