mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* #1181 Show toast once * #1181 fix unit test * #1181 Fix unit test compilation problem
This commit is contained in:
committed by
Eugenio Romano
parent
294f7c0ec1
commit
3a288c6b1b
@@ -75,6 +75,11 @@ describe('Test ng2-alfresco-upload FileUploadDialog', () => {
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
fixture.destroy();
|
||||
TestBed.resetTestingModule();
|
||||
});
|
||||
|
||||
it('should render completed upload 1 when an element is added to Observer', () => {
|
||||
component._uploaderService.updateFileCounterStream(1);
|
||||
fixture.detectChanges();
|
||||
|
Reference in New Issue
Block a user