mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
fixed test issues and watch mode for unit tests
This commit is contained in:
@@ -30,6 +30,8 @@ export class URLCombiner {
|
||||
* The combined URL
|
||||
*/
|
||||
toString(): string {
|
||||
debugger;
|
||||
|
||||
if (isEmpty(this.parts)) {
|
||||
return '';
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user