UNPKG

@testing-library/user-event

Version:
12 lines (8 loc) 223 B
'use strict'; var dom = require('@testing-library/dom'); /** * Wrap an internal Promise */ function wrapAsync(implementation) { return dom.getConfig().asyncWrapper(implementation); } exports.wrapAsync = wrapAsync;