Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I had an issue with a bunch of errors like this: ``` TypeError: Cannot read property 'some' of undefined at Object.exports.install (node_modules/whatwg-url/dist/URL.js:84:20) ``` jestjs/jest#10489 (comment) - shows that its an issue with jsdom 16.2.2. I tested by forcing the next newer version 16.3.0 which fixed the problem, so I propose that this dependency be updated.
- Loading branch information