UNPKG

cli-testing-library

Version:

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

8 lines (7 loc) 205 B
import { CLITestingLibraryMatchers } from './matchers/types.js'; declare global { namespace jest { interface Matchers<R = void, T = {}> extends CLITestingLibraryMatchers<R> { } } }