UNPKG

a2r

Version:
10 lines (9 loc) 292 B
/** * Allows you to disable Jest detection * @param {boolean} value True to disable Jest detection */ export declare const setForceDisableJestDetection: (value: boolean) => void; /** * Checks if the script is running using Jest test engine */ export declare const isJest: () => boolean;