UNPKG

cli-testing-library

Version:

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

6 lines (5 loc) 204 B
import { TestInstance } from '../types.cjs'; export declare function toHaveErrorMessage(this: any, testInstance: TestInstance, checkWith?: string | RegExp): { pass: any; message: () => string; };