Michael Solomon
Michael Solomon
@KrayzeeKev Nock v13 uses its implementation. Here is why v14 uses this package: https://github.com/nock/nock/pull/2517
Seems like the test return 302 and we don't follow the redirect automatically with `fetch`
@benmccann, There is a minor bug with relative paths that get fixed by [this PR](https://github.com/mswjs/interceptors/pull/628), which I hope to merge soon.
I think so. Thanks!
Thanks for opening this issue! I'm not familiar with `testcontainers`. can you please try to reproduce this `nock` only?
Thanks for the details! [Your example](https://gist.github.com/radekbenkel/6cede03ae57d93d5d238667476e1851c) is working for me. can you please try `[email protected]`? maybe it solved it.
  Maybe it has something with the OS or OpenSSL version or something? (I'm using WSL debian)? ----- I do see that the process does not exit for some...
> I was observing that the process was not exiting when using @mswjs/[email protected], but on 0.37.6, it crashes instantly. Ok.. this is the missing piece! Thanks! I'll take a look...
@mickaeltr, the reproduction in the issue description is working, so there may be another issue. Can you please share a minimal reproduction of the issue?
Thanks! can you please fix the tests?