UNPKG

@helpscout/cyan

Version:

Cypress-like Testing for React + JSDOM

4 lines (3 loc) 216 B
export { default as keyCode } from 'keycode'; export declare const simulateKeyEvent: (keyEvent: string, command: any, node: any) => void; export declare const typeCommand: (command: string, node?: Document) => void;