UNPKG

@helpscout/cyan

Version:

Cypress-like Testing for React + JSDOM

5 lines (4 loc) 237 B
export declare type CyNodeCollection = Array<any>; export declare const get: (selector: any) => any[]; export declare const getByCy: (selector: string) => any[]; export declare const getByText: (text: string, node?: HTMLElement) => any;