mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
test: remove CSS import from set-up file
This commit is contained in:
parent
95f6c97a57
commit
c6c80d35a9
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
/// <reference types="vitest/globals" />
|
/// <reference types="vitest/globals" />
|
||||||
import "@testing-library/jest-dom/vitest";
|
import "@testing-library/jest-dom/vitest";
|
||||||
import { userEvent } from "@testing-library/user-event";
|
import { userEvent } from "@testing-library/user-event";
|
||||||
import "../css/all.css";
|
|
||||||
|
|
||||||
// Mock scrollIntoView since it's not implemented in JSDOM
|
// Mock scrollIntoView since it's not implemented in JSDOM
|
||||||
Element.prototype.scrollIntoView = vi.fn();
|
Element.prototype.scrollIntoView = vi.fn();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue