UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

6 lines (5 loc) 197 B
import { buildExpect } from "./build-expect"; import { Expect } from "./expect"; import { IExpect } from "./expect.i"; import { fail } from "./fail"; export { buildExpect, Expect, fail, IExpect };