UNPKG

@testing-library/user-event

Version:
8 lines (5 loc) 152 B
import { getConfig } from '@testing-library/dom'; function wrapEvent(cb, _element) { return getConfig().eventWrapper(cb); } export { wrapEvent };