UNPKG

@thisisagile/easy-test

Version:

Straightforward library for testing microservices built with @thisisagile/easy

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