UNPKG

cli-testing-library

Version:

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

8 lines (7 loc) 213 B
import { toBeInTheConsole } from "./to-be-in-the-console.js"; import { toHaveErrorMessage } from "./to-have-errormessage.js"; export { toBeInTheConsole, toHaveErrorMessage }; //# sourceMappingURL=index.js.map