This commit is contained in:
Kaihua
2026-07-30 21:54:41 +08:00
parent 2ec1502058
commit 04df2e0fed
10 changed files with 824 additions and 29 deletions
+2
View File
@@ -1,2 +1,4 @@
import "@testing-library/jest-dom/vitest";
Object.defineProperty(window, "scrollTo", { value: () => undefined, writable: true });
Object.defineProperty(Element.prototype, "scrollIntoView", { value: () => undefined, writable: true });