João Fernandes

Results 2 issues of João Fernandes

Does Polly allow to control passthrough using just the hostname? I currently have some integration tests that perform requests to a couple of different ports on localhost and I would...

question 🤔

### Please avoid duplicates - [X] I checked [all open bugs](https://github.com/nock/nock/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and none of them matched my problem. ### Reproducible test case ```javascript import nock from "npm:[email protected]"; nock("http://example.com") .get("/") .reply(200,...

bug