UNPKG

@testing-library/user-event

Version:
10 lines (7 loc) 202 B
import { getConfig } from '@testing-library/dom'; /** * Wrap an internal Promise */ function wrapAsync(implementation) { return getConfig().asyncWrapper(implementation); } export { wrapAsync };