create-react-app-typescript
create-react-app-typescript copied to clipboard
Upgrade Jest to support URLSearchParams
Hi everyone!
I'm using new URLSearchParams() in my project and apparently older versions of jest don't support that which results in the following error:
ReferenceError: URLSearchParams is not defined
Would it be possible to upgrade Jest (or whatever Jest-related dependencies are out of date) to one that use at least jsdom 11?
I do have the same problem here
I'm too looking for a fix or workaround as well.