wmonk/create-react-app-typescript

Upgrade Jest to support URLSearchParams

mark-adams opened this issue · 2 comments

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.