UNPKG

cli-testing-library

Version:

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

5 lines (4 loc) 249 B
import { TestInstance } from './types.js'; declare function prettyCLI(testInstance: TestInstance, maxLength?: number): string; declare const logCLI: (testInstance: TestInstance, maxLength?: number | undefined) => void; export { prettyCLI, logCLI };