UNPKG

@kamiazya/jest-dynamic

Version:

An extension to dynamically switch the Jest test suite according to the environment (such as platform).

6 lines (5 loc) 165 B
import { Condition, ITestClosures } from './types'; /** * Skip the test on condition. */ export declare function skipIf(condition: Condition): ITestClosures;