UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

3 lines (2 loc) 203 B
import "reflect-metadata"; export declare function AsyncTest(description?: string): (target: object, propertyKey: string, descriptor?: TypedPropertyDescriptor<(...args: any[]) => Promise<any>>) => void;