UNPKG

@typed/test

Version:
7 lines (6 loc) 242 B
import { Test } from '../types'; export declare function given(that: string, tests: Test[]): Test; export declare namespace given { function only(what: string, tests: Test[]): Test; function skip(what: string, tests: Test[]): Test; }