Skip to content

Commit 1350a3b

Browse files
committed
add test placeholder
1 parent e6bf522 commit 1350a3b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/auth/__tests__/providers/cognito/signInWithRedirect.test.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ describe('signInWithRedirect API', () => {
1717
it('should try to clear oauth data before starting an oauth flow.', async () => {
1818
// TODO: ADD Test: previous test was invalid
1919
});
20+
21+
it('should call `assertUserNotAuthenticated` by default', async () => {
22+
// TODO: ADD Test
23+
});
24+
25+
it('should not call `assertUserNotAuthenticated` when option set to true', async () => {
26+
// TODO: ADD Test
27+
});
2028
});
2129

2230
describe('getRedirectUrl on web', () => {

0 commit comments

Comments
 (0)