fix simpleapp and check-activiti script

This commit is contained in:
Eugenio Romano
2019-07-16 12:03:54 +01:00
parent 7791205077
commit e2311ab045
3 changed files with 13 additions and 5 deletions

View File

@@ -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 }),