diff --git a/vitest.setup.ts b/vitest.setup.ts index 2d1b2d5..a540809 100644 --- a/vitest.setup.ts +++ b/vitest.setup.ts @@ -1,5 +1,4 @@ import "@testing-library/jest-dom"; -import { MouseTrail } from "react-webgl-trails"; import { vi } from "vitest"; export const scrollIntoViewMock = vi.fn();