UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

5 lines (4 loc) 121 B
import { TestOutcome } from "./test-outcome"; export interface IResultWithOutcome { readonly outcome: TestOutcome; }