UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

4 lines (3 loc) 200 B
import { IResultWithOutcome } from "./result-with-outcome.i"; import { TestOutcome } from "./test-outcome"; export declare function getOverallOutcome(results: Array<IResultWithOutcome>): TestOutcome;