UNPKG

@thisisagile/easy-test

Version:

Straightforward library for testing microservices built with @thisisagile/easy

9 lines (8 loc) 232 B
export declare const toMatchText: (value?: unknown, text?: unknown) => jest.CustomMatcherResult; declare global { namespace jest { interface Matchers<R, T> { toMatchText(text?: unknown): R; } } }