#68 decouple viewer

This commit is contained in:
Eugenio Romano
2016-06-08 12:43:17 +01:00
parent b9c009efef
commit fd27fd0844
8 changed files with 122 additions and 37 deletions

View File

@@ -193,7 +193,7 @@ describe('ViewerComponent', () => {
component.ngOnChanges().then(() => {
fixture.detectChanges();
expect(element.querySelector('#viewer-unsupported')).not.toBeNull();
expect(element.querySelector('not-supported-format')).not.toBeNull();
});
});
}));