UNPKG

@helpscout/cyan

Version:

Cypress-like Testing for React + JSDOM

5 lines (4 loc) 217 B
export declare const ROOT_ID = "__CYAN_ROOT_NODE__"; export declare const createRootNode: () => HTMLElement; export declare const getRootNode: () => Element | null; export declare const getDocumentHTML: () => string;