up
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user