Peter Weller
Peter Weller
Like others in this thread, I have been countering the following error within my Jest unit tests: ``` `useTheme` must be used within `NativeBaseConfigProvider` ``` There's a lot of posts...
Hey @thetif, thanks for the suggestion and my apologies for taking so long to respond! I'm very interested in your suggestion about enhancing the ability to mock the request object...
Hey @the-ult, thanks for the polite nudge to support MSW 2.0. I appreciate the offer for help and completely understand that you've been quite busy. I've started working on the...
@the-ult I've got a PR up for the migration. I'd love to get your review if you have a chance: https://github.com/valendres/playwright-msw/pull/77
Hey everyone, `[email protected]` is now available, bringing compatibility with MSW 2. A huge thank you goes to @the-ult and @kettanaito for your detailed reviews, and @mamidenn for your initiative in...
Thanks, @arlyon. This sounds like a nice QoL improvement to have. Do you have an example of this flag in mind?
Hey @jmbeach and @brandon-pereira, sorry for the delay. At this stage this configuration is unsupported by `playwright-msw`. The reason for this is that `playwright-msw` only attempts to intercept API calls...
Thanks for taking the time to explain the importance of this feature @jmbeach and @brandon-pereira. Having requests hit a real server and causing tests to be flaky is definitely undesirable....
Hey @AaronBuxbaum I'm really busy this weekend, I probably won't have a chance to look at this until next weekend. This feature sounds like a great idea and I'm open...