Brandon Pereira

Results 7 comments of Brandon Pereira

Aha, yes. I got this error as well because we were doing dependency replacement. One repo was on v3.5.0 and one repo was on v3.3.0. Once I aliased everything to...

Hey @jsalwen , wondering the status of this feature? I noticed work was done in Master. Is there any way I can contribute?

I believe this is because this repo uses async/await. You need to add the babel-polyfill library to your build.

I had this issue as well, Changing `package.json` from `"gulp": "github:gulpjs/gulp#4.0"` to `"gulp": "4.0"` **AND** deleting my `package-lock.json` solved the issue. The issue is the branch was deleted, for backwards...

I'd also love to see this feature!

For me it's very similar to @jmbeach, we are running these as integration tests in our CI server. Sometimes, some of the requests appear to not be mocked (haven't debugged...

> I'm currently leaning towards https://github.com/valendres/playwright-msw/pull/2 as this is how I believe the official MSW behaves. If we want the test to fail, we can pass a callback to onUnhandledRequest...