UNPKG

@thisisagile/easy-test

Version:

Straightforward library for testing microservices built with @thisisagile/easy

20 lines (19 loc) 607 B
export * from './HttpMatchers'; export * from './Match'; export * from './Check'; export * from './ResultMatchers'; export * from './toBeArrayOf'; export * from './toBeArrayOfWithLength'; export * from './toBeAt'; export * from './toBeExactlyAt'; export * from './toFailMatcher'; export * from './toBeValid'; export * from './toMatchArray'; export * from './toMatchExactJson'; export * from './toMatchException'; export * from './toMatchJson'; export * from './toMatchRoute'; export * from './toMatchText'; export * from './toPassMatcher'; export * from './toBeQueriedWith'; export * from './toBeRoutedTo';