UNPKG

beater

Version:

beater: bouzuya's easy test runner. it is inspired by eater.

8 lines (7 loc) 401 B
import { Error, Test, TestReporter, TestResult } from "beater-reporter"; import { run } from "./run"; import { runWithOptions } from "./run-with-options"; import { Run } from "./type/run"; import { RunOptions } from "./type/run-options"; import { RunWithOptions } from "./type/run-with-options"; export { Error, Run, RunOptions, RunWithOptions, Test, TestReporter, TestResult, run, runWithOptions, };