@testing-library/user-event
Version:
Fire events the same way the user does
7 lines (6 loc) • 306 B
TypeScript
export { userEvent as default } from './setup';
export { userEvent } from './setup';
export type { UserEvent } from './setup/setup';
export type { keyboardKey } from './system/keyboard';
export type { pointerKey } from './system/pointer';
export { PointerEventsCheckLevel, type Options } from './options';