UNPKG

@testing-library/user-event

Version:
8 lines (5 loc) 163 B
import { getWindowFromNode } from '@testing-library/dom/dist/helpers.js'; function getWindow(node) { return getWindowFromNode(node); } export { getWindow };