We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8c409 commit c117d7dCopy full SHA for c117d7d
packages-exp/auth-exp/src/platform_browser/popup_redirect.test.ts
@@ -209,9 +209,10 @@ describe('platform_browser/popup_redirect', () => {
209
Promise.reject(new Error('invalid-origin'))
210
);
211
212
- await expect(
213
- resolver._originValidation(auth)
214
- ).to.be.rejectedWith(Error, 'invalid-origin');
+ await expect(resolver._originValidation(auth)).to.be.rejectedWith(
+ Error,
+ 'invalid-origin'
215
+ );
216
});
217
218
0 commit comments