Closed
Description
Please avoid duplicates
- I checked all open bugs and none of them matched my problem.
Reproducible test case
https://github.com/kanadgupta/nock-beta-stripe-sdk
Nock Version
nock@14.0.0-beta.14
Node Version
v20.16.0
TypeScript Version
No response
What happened?
HTTP requests using Stripe's Node.js SDK will hang indefinitely if nock
is loaded at all (whether or not there is an interceptor defined for the Stripe request).
I am not well-versed in nock
nor in the Stripe SDK but I can confirm that this issue was not present in nock@14.0.0-beta.7
nor in nock@latest
(e.g., before mswjs/interceptors
was introduced).
Would you be interested in contributing a fix?
- yes