UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

4 lines (3 loc) 171 B
import "reflect-metadata"; import { Constructor } from "../_interfaces"; export declare function IgnoreTests(reason?: string): (constructor: Constructor<object>) => void;