UNPKG

@thisisagile/easy-test

Version:

Straightforward library for testing microservices built with @thisisagile/easy

9 lines (8 loc) 262 B
export declare function toMatchArray(this: jest.MatcherContext, received: any[], expected: any[]): jest.CustomMatcherResult; declare global { namespace jest { interface Matchers<R, T> { toMatchArray(expected: any[]): R; } } }