We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a05fc4 commit 66b5b00Copy full SHA for 66b5b00
tests/setup-tests.ts
@@ -1,7 +1,6 @@
1
/// <reference types="vitest/globals" />
2
import "@testing-library/jest-dom/vitest";
3
import { userEvent } from "@testing-library/user-event";
4
-import "../css/all.css";
5
6
// Mock scrollIntoView since it's not implemented in JSDOM
7
Element.prototype.scrollIntoView = vi.fn();
0 commit comments