UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

7 lines (6 loc) 92 B
export declare enum TestOutcome { Error = 0, Fail = 1, Pass = 2, Skip = 3 }