This commit is contained in:
Arthur Belleville 2025-10-29 09:36:33 +01:00
parent 3159ed7d6c
commit cd5e019a5a
No known key found for this signature in database
3 changed files with 0 additions and 3 deletions

View file

@ -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";

View file

@ -16,7 +16,6 @@ vi.mock("react-router-dom", async () => {
};
});
vi.mock("../hooks/invite", () => ({
useJoinTablo: () => mockJoinTablo,
}));

View file

@ -13,7 +13,6 @@ vi.mock("../components/AnimatedBackground", () => ({
AnimatedBackground: () => <div data-testid="animated-background">Background</div>,
}));
describe("LandingPage", () => {
it("renders without crashing", () => {
const { container } = render(