Skip to content

Commit 66b5b00

Browse files
committed
test: remove CSS import from set-up file
1 parent 9a05fc4 commit 66b5b00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/setup-tests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/// <reference types="vitest/globals" />
22
import "@testing-library/jest-dom/vitest";
33
import { userEvent } from "@testing-library/user-event";
4-
import "../css/all.css";
54

65
// Mock scrollIntoView since it's not implemented in JSDOM
76
Element.prototype.scrollIntoView = vi.fn();

0 commit comments

Comments
 (0)