UNPKG

cli-testing-library

Version:

Simple and complete CLI testing utilities that encourage good testing practices.

7 lines (6 loc) 191 B
import { keyboard } from './keyboard/index.js'; declare const userEvent: { keyboard: typeof keyboard; }; export default userEvent; export type { keyboardKey } from './keyboard/index.js';