``` > new URL('test', null) TypeError: Cannot read property 'Symbol(query)' of null at new URL (internal/url.js:306:15) ``` It should probably throw the same error as other invalid URLs: `TypeError [ERR_INVALID_URL]: Invalid URL: null`
It should probably throw the same error as other invalid URLs:
TypeError [ERR_INVALID_URL]: Invalid URL: null