UNPKG

@testing-library/user-event

Version:
12 lines (9 loc) 208 B
import { getConfig } from '@testing-library/dom'; function eventWrapper(cb) { let result; getConfig().eventWrapper(()=>{ result = cb(); }); return result; } export { eventWrapper };