UNPKG

@helpscout/cyan

Version:

Cypress-like Testing for React + JSDOM

9 lines (8 loc) 328 B
export declare const getConfigState: () => { Promise: Function; useFakeTimers: boolean; useFakePromises: boolean; }; export declare const setConfigState: (nextState?: {}, callback?: (state: any) => null) => void; export declare const resetConfig: () => void; export declare const shouldUseFakeTimers: () => boolean;