UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

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