testjavascript / nodejs-integration-tests-best-practices

✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (March 2024)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nock with remote swagger

goldbergyoni opened this issue · comments

Nock with remote swagger

Hi, in this test do you mean that we fetch OpenAPI spec json, and then use nock to mock all the http schema available?

Do you want to persist the nock value globally (initiate on setup file) ?