mswjs / jest-fixed-jsdom

A superset of the JSDOM environment for Jest that respects Node.js globals.

Home Page:https://npm.im/jest-fixed-jsdom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix "URL"

kettanaito opened this issue · comments

JSDOM also replaces the global URL constructor, creating URLs that are not valid URLs in Node.js.