UNPKG

cli-testing-library

Version:

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

4 lines (3 loc) 177 B
import { toBeInTheConsole } from './to-be-in-the-console.cjs'; import { toHaveErrorMessage } from './to-have-errormessage.cjs'; export { toBeInTheConsole, toHaveErrorMessage };