File size: 228 Bytes
8eaa451
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import '@testing-library/jest-dom';
import { vi } from 'vitest';

global.Element.prototype.scrollIntoView = vi.fn();
global.Element.prototype.scrollTo = vi.fn();
global.window.scroll = vi.fn();
global.window.scrollTo = vi.fn();