@testing-library/user-event
Version:
Fire events the same way the user does
17 lines (11 loc) • 435 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var clear = require('./clear.js');
var selectOptions = require('./selectOptions.js');
var type = require('./type.js');
var upload = require('./upload.js');
exports.clear = clear.clear;
exports.deselectOptions = selectOptions.deselectOptions;
exports.selectOptions = selectOptions.selectOptions;
exports.type = type.type;
exports.upload = upload.upload;