mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix simpleapp and check-activiti script
This commit is contained in:
@@ -52,6 +52,8 @@ describe('FileUploadingDialogComponent', () => {
|
||||
userPreferenceService = TestBed.get(UserPreferencesService);
|
||||
uploadService.clearQueue();
|
||||
|
||||
spyOn(uploadService, 'uploadFilesInTheQueue').and.callFake(() => {});
|
||||
|
||||
emitter = new EventEmitter();
|
||||
fileList = [
|
||||
new FileModel(<File> { name: 'fake-name', size: 10 }),
|
||||
|
Reference in New Issue
Block a user