mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
test: remove CSS import from set-up file
This commit is contained in:
parent
9a05fc4f39
commit
66b5b00627
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue