Revision 29c8feef759adde2b4d6a0fbe122390b485a40d2 authored by Joey Perrott on 18 November 2021, 22:47:29 UTC, committed by Jessica Janiuk on 24 November 2021, 18:55:33 UTC
In node@16 the URL constructor fails for for a malformed URL such as http://<empty>/. Instead http://_empty_ is
used as this conveys the same information in tests but is correctly formed.

PR Close #44211
1 parent 7b0e9b0
History
File Mode Size
app.e2e-spec.ts -rw-r--r-- 450 bytes
app.po.ts -rw-r--r-- 423 bytes
browser.config.json -rw-r--r-- 225 bytes
protractor.config.js -rw-r--r-- 730 bytes
tsconfig.json -rw-r--r-- 143 bytes

back to top