replay-test-utils
v1.0.10
Published
This package is used to share repeated test code, or utils, that you find yourself copying across several microservices in replay project.
Downloads
19
Readme
Description
This package is used to share repeated test code, or utils, that you find yourself
copying across several microservices in replay project.
Content
- authorization-mock: A util which helps to share authorization related mocks, such as
a middleware mock and the authorization service mock itself.