Unit tests for Attach widget

This commit is contained in:
Denys Vuika
2016-10-13 15:37:48 +01:00
parent cf287abdc1
commit 4c66b9ef93
4 changed files with 335 additions and 29 deletions

View File

@@ -97,4 +97,10 @@ export class WidgetComponent implements AfterViewInit {
return null;
}
protected handleError(error: any) {
if (error) {
console.log(error);
}
}
}