Sam Adams

Results 28 comments of Sam Adams

> Interesting... I found that the following also fixes it @mikicho i can't replicate that making a difference tbh. Either way, i have been doing some digging, and i think...

attempt to fix it: https://github.com/mswjs/interceptors/pull/697 will build/test that PR with nock to see if it fixes the issue...

I put up a PR with similar changes to https://github.com/mswjs/interceptors/pull/697 so nock can proceed without changing MSW: https://github.com/nock/nock/pull/2824 Makes more sense in `nock` in a way (since nock already knows...

@mikicho i was using typescript but i have just updated this repo to remove it and i still see the issue: https://github.com/sadams/nock-jest-bug Let me know if you get the same...

@mikicho with the latest version `[email protected]` (still jest `29`) i see the same as you have commented: I only get the issue if it's the first time i run the...

@mark-wiemer i can take a look at this if you think https://github.com/mochajs/mocha/pull/5557 was on the right lines? For the tests: does it make sense that try and import/require a file...

Took a swing since it's not a big change: https://github.com/mochajs/mocha/pull/5572

Thanks, i appreciate the context. I will submit a PR if i think i can tackle it.