UNPKG

@testing-library/user-event

Version:
11 lines (8 loc) 228 B
import * as named from '@testing-library/dom'; const { getConfig } = named; /** * Wrap an internal Promise */ function wrapAsync(implementation) { return getConfig().asyncWrapper(implementation); } export { wrapAsync };