UNPKG

200 BTypeScriptView Raw
1import { IResultWithOutcome } from "./result-with-outcome.i";
2import { TestOutcome } from "./test-outcome";
3export declare function getOverallOutcome(results: Array<IResultWithOutcome>): TestOutcome;