UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

6 lines (5 loc) 237 B
import { TestItem } from "./test-item"; import { TestPlan } from "./test-plan"; import { TestRunner } from "./test-runner"; import { TestSetRunInfo } from "./test-set-run-info"; export { TestItem, TestPlan, TestRunner, TestSetRunInfo };