Upgrade Jest to support URLSearchParams
mark-adams opened this issue · 2 comments
mark-adams commented
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?
sanderdrummer commented
I do have the same problem here
vnugent commented
I'm too looking for a fix or workaround as well.