fixed test issues and watch mode for unit tests

This commit is contained in:
lotte
2020-04-30 12:13:41 +02:00
parent ef91468310
commit 4c48088920
10 changed files with 352 additions and 196 deletions

View File

@@ -30,6 +30,8 @@ export class URLCombiner {
* The combined URL
*/
toString(): string {
debugger;
if (isEmpty(this.parts)) {
return '';
} else {