UNPKG

@helpscout/cyan

Version:

Cypress-like Testing for React + JSDOM

8 lines (7 loc) 176 B
declare function debug(options: any): void; declare function html(): any; declare const commands: { debug: typeof debug; html: typeof html; }; export default commands;