UNPKG

cli-testing-library

Version:

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

6 lines (5 loc) 200 B
import { CLITestingLibraryMatchers } from './matchers/types.cjs'; declare module "@jest/expect" { interface Matchers<R extends void | Promise<void>> extends CLITestingLibraryMatchers<R> { } }