test: remove CSS import from set-up file

This commit is contained in:
Eric Liu 2025-03-20 17:20:53 -07:00
commit c6c80d35a9

View file

@ -1,7 +1,6 @@
/// <reference types="vitest/globals" />
import "@testing-library/jest-dom/vitest";
import { userEvent } from "@testing-library/user-event";
import "../css/all.css";
// Mock scrollIntoView since it's not implemented in JSDOM
Element.prototype.scrollIntoView = vi.fn();