Fix lint
This commit is contained in:
parent
3159ed7d6c
commit
cd5e019a5a
3 changed files with 0 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ vi.mock("react-router-dom", async () => {
|
|||
};
|
||||
});
|
||||
|
||||
|
||||
vi.mock("../hooks/invite", () => ({
|
||||
useJoinTablo: () => mockJoinTablo,
|
||||
}));
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue