Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-gc committed Oct 12, 2020
1 parent 5f9c13f commit 2cd496f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages-exp/auth-exp/src/core/auth/auth_impl.test.ts
Expand Up @@ -467,7 +467,8 @@ describe('core/auth/auth_impl useEmulator', () => {
toJSON: (): object => ({ foo: 'bar' })
} as unknown) as User;
expect(JSON.stringify(auth)).to.eq(
'{"apiKey":"test-api-key","authDomain":"localhost",' + '"appName":"test-app","currentUser":{"foo":"bar"}}'
'{"apiKey":"test-api-key","authDomain":"localhost",' +
'"appName":"test-app","currentUser":{"foo":"bar"}}'
);
});
});
Expand Down

0 comments on commit 2cd496f

Please sign in to comment.