UNPKG

@typed/test

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