UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

4 lines (3 loc) 142 B
import { MatchError } from "./match-error"; import { TestTimeoutError } from "./test-timeout-error"; export { MatchError, TestTimeoutError };