Hi, I have an app in node js and i want to virtul...
# general
v
Hi, I have an app in node js and i want to virtulize the external dependencies of type REST API’s, i see there are two options, 1. with wiremock standalone 2. is there any standard library with npm i can use and get started ? I want to have service virtualization of the external dependencies in my source code repo and I have a workflow which run in pipeline Cheers,