style(web): fix biome import order in test files

This commit is contained in:
Offending Commit
2026-05-03 16:54:18 -05:00
parent 8f5a6aa7e9
commit 784cbee870
2 changed files with 5 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import "@testing-library/jest-dom/vitest";
import { afterEach, vi } from "vitest";
import { cleanup } from "@testing-library/react";
import { afterEach, vi } from "vitest";
// jsdom doesn't implement matchMedia; theme code reads it on mount.
if (!window.scrollTo) {