UNPKG

cli-testing-library

Version:

Simple and complete CLI testing utilities that encourage good testing practices.

5 lines (3 loc) 170 B
import { toBeInTheConsole } from "./to-be-in-the-console"; import { toHaveErrorMessage } from "./to-have-errormessage"; export { toBeInTheConsole, toHaveErrorMessage };