DeepMedAI / frontend /src /setupTests.js
PBThuong's picture
Thiết lập lại thư viện y khoa sạch và cập nhật chroma_db
8eaa451
raw
history blame contribute delete
228 Bytes
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();