UNPKG

cli-testing-library

Version:

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

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