alsatian
Version:
TypeScript and JavaScript testing framework for beautiful and readable tests
7 lines (6 loc) • 348 B
TypeScript
import { TestCaseResult } from "./test-case-result";
import { TestFixtureResults } from "./test-fixture-results";
import { TestOutcome } from "./test-outcome";
import { TestResults } from "./test-results";
import { TestSetResults } from "./test-set-results";
export { TestCaseResult, TestFixtureResults, TestOutcome, TestResults, TestSetResults };