Skip to content

Commit

Permalink
add test placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
dehli committed Nov 17, 2023
1 parent e6bf522 commit 1350a3b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ describe('signInWithRedirect API', () => {
it('should try to clear oauth data before starting an oauth flow.', async () => {
// TODO: ADD Test: previous test was invalid
});

it('should call `assertUserNotAuthenticated` by default', async () => {
// TODO: ADD Test
});

it('should not call `assertUserNotAuthenticated` when option set to true', async () => {
// TODO: ADD Test
});
});

describe('getRedirectUrl on web', () => {
Expand Down

0 comments on commit 1350a3b

Please sign in to comment.