Files
nodeMap/node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js

10 lines
173 B
JavaScript

'use strict';
var dom = require('@testing-library/dom');
function wrapEvent(cb, _element) {
return dom.getConfig().eventWrapper(cb);
}
exports.wrapEvent = wrapEvent;