UNPKG

cli-testing-library

Version:

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

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