UNPKG

@itsjonq/cyan

Version:

Cypress-like Testing for React + JSDOM

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