mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
fix breadcrumb test
This commit is contained in:
@@ -61,7 +61,6 @@ describe('Breadcrumb', () => {
|
||||
component.root = 'default';
|
||||
component.ngOnChanges({'folderNode': change});
|
||||
|
||||
console.log(component.route);
|
||||
expect(component.route[0].name).toBe('default');
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user