Skip to content

Commit 0a35684

Browse files
committed
chore: Remove .only test
1 parent b55a07c commit 0a35684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/auth/forms/sign-in-auth-form.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ describe("<SignInAuthForm />", () => {
164164
vi.clearAllMocks();
165165
});
166166

167-
it.only("should render the form correctly", () => {
167+
it("should render the form correctly", () => {
168168
const mockUI = createMockUI({
169169
locale: registerLocale("test", {
170170
labels: {

0 commit comments

Comments
 (0)