rbrewington

Results 3 comments of rbrewington

I'm having this problem after upgrading to testing-library/react 12.1.2 and jest 27. I'm not using msw, but many of the findBy and waitFor queries in my 200+ unit tests are...

@adnan-sheikh I have had luck using `jest.runOnlyPendingTimers()`. I use it during cleanup before using `jest.useRealTimers()`, and I also use it in places where an asynchronous behavior is happening. I'm not...

I'm having this problem also. I'm working on a healthcare app and allowing unsafe-eval in the CSP is not an option. I can disable strict mode in the rollup options...