Skip to content

Commit 68d3d21

Browse files
committed
test: Remove unnecessary error catch in EmailPasswordForm test
1 parent 6b78975 commit 68d3d21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/firebaseui-react/tests/unit/auth/forms/email-password-form.test.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ describe("EmailPasswordForm", () => {
183183
password: "password123",
184184
},
185185
})
186-
.catch(() => {
187-
// Catch the error here to prevent test from failing
188-
});
189186
}
190187
});
191188

0 commit comments

Comments
 (0)