UNPKG

cli-testing-library

Version:

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

6 lines (5 loc) 172 B
import { TestInstance } from '../types.js'; export declare function toBeInTheConsole(this: any, instance: TestInstance): { pass: boolean; message: () => string; };