diff --git a/apps/main/src/components/TabloEventsSection.test.tsx b/apps/main/src/components/TabloEventsSection.test.tsx index c9aa98e..d466882 100644 --- a/apps/main/src/components/TabloEventsSection.test.tsx +++ b/apps/main/src/components/TabloEventsSection.test.tsx @@ -1,4 +1,3 @@ -import { fireEvent, screen } from "@testing-library/react"; import { describe, expect, it, vi } from "vitest"; import { renderWithProviders } from "../utils/testHelpers"; import { TabloEventsSection } from "./TabloEventsSection"; diff --git a/apps/main/src/pages/join.test.tsx b/apps/main/src/pages/join.test.tsx index ee04bdd..2f5a65c 100644 --- a/apps/main/src/pages/join.test.tsx +++ b/apps/main/src/pages/join.test.tsx @@ -16,7 +16,6 @@ vi.mock("react-router-dom", async () => { }; }); - vi.mock("../hooks/invite", () => ({ useJoinTablo: () => mockJoinTablo, })); diff --git a/apps/main/src/pages/landing.test.tsx b/apps/main/src/pages/landing.test.tsx index 0853c1b..dd75362 100644 --- a/apps/main/src/pages/landing.test.tsx +++ b/apps/main/src/pages/landing.test.tsx @@ -13,7 +13,6 @@ vi.mock("../components/AnimatedBackground", () => ({ AnimatedBackground: () =>
Background
, })); - describe("LandingPage", () => { it("renders without crashing", () => { const { container } = render(