Skip to content

Commit 6e6b91f

Browse files
author
renkelvin
committed
Revert "Update oob.local.test.ts"
This reverts commit 291e931.
1 parent 291e931 commit 6e6b91f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/auth/test/integration/flows/oob.local.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ describe('Integration test: oob codes', () => {
221221
expect(linked.emailVerified).to.be.true;
222222
});
223223

224-
xit('cannot link if original account is deleted', async () => {
224+
it('cannot link if original account is deleted', async () => {
225225
const cred = EmailAuthProvider.credentialWithLink(
226226
email,
227227
oobSession.oobLink
@@ -236,7 +236,7 @@ describe('Integration test: oob codes', () => {
236236
);
237237
});
238238

239-
xit('code can only be used once', async () => {
239+
it('code can only be used once', async () => {
240240
const link = oobSession.oobLink;
241241
await signInWithEmailLink(auth, email, link);
242242
await expect(signInWithEmailLink(auth, email, link)).to.be.rejectedWith(

0 commit comments

Comments
 (0)