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 d8523d4
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 assert user not authenticated by default', async () => {
// TODO: ADD Tests
});

it('should skip when option set', async () => {
// TODO: ADD Tests
});
});

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

0 comments on commit d8523d4

Please sign in to comment.