UNPKG

@fgv/ts-utils-jest

Version:
16 lines 417 B
declare global { namespace jest { interface Matchers<R, T> { /** * Use .toFailTest to test a custom matcher by * verifying that a test case fails. */ toFailTest<T>(): R; } } } declare const _default: { toFailTest: <T>(cb: () => void) => jest.CustomMatcherResult; }; export default _default; //# sourceMappingURL=index.d.ts.map