mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove consecutive blank line
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { ComponentFixture, TestBed, async } from '@angular/core/testing';
|
||||
import { FileUploadingDialogComponent } from './file-uploading-dialog.component';
|
||||
import { FileUploadingListComponent } from './file-uploading-list.component';
|
||||
@@ -76,7 +75,6 @@ describe('Test ng2-alfresco-upload FileUploadDialog', () => {
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
|
||||
it('should render completed upload 1 when an element is added to Observer', () => {
|
||||
component._uploaderService.updateFileCounterStream(1);
|
||||
fixture.detectChanges();
|
||||
@@ -118,4 +116,3 @@ describe('Test ng2-alfresco-upload FileUploadDialog', () => {
|
||||
expect(element.querySelector('.minimize-button').getAttribute('class')).toEqual('minimize-button active');
|
||||
});
|
||||
});
|
||||
|
||||
|
@@ -15,7 +15,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { Component, ElementRef, Input } from '@angular/core';
|
||||
import { FileModel } from '../models/file.model';
|
||||
|
||||
|
@@ -157,4 +157,3 @@ describe('Test ng2-alfresco-upload UploadButton', () => {
|
||||
component.onDirectoryAdded(fakeEvent);
|
||||
});
|
||||
});
|
||||
|
||||
|
@@ -15,7 +15,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { Component, ViewChild, ElementRef, Input, Output, EventEmitter } from '@angular/core';
|
||||
import { UploadService } from '../services/upload.service';
|
||||
import { FileModel } from '../models/file.model';
|
||||
@@ -86,7 +85,6 @@ export class UploadButtonComponent {
|
||||
|
||||
translate: AlfrescoTranslationService;
|
||||
|
||||
|
||||
constructor(public el: ElementRef, private _uploaderService: UploadService, translate: AlfrescoTranslationService) {
|
||||
this.translate = translate;
|
||||
translate.addTranslationFolder('node_modules/ng2-alfresco-upload/dist/src');
|
||||
|
@@ -224,4 +224,3 @@ describe('Test ng2-alfresco-upload UploadDragArea', () => {
|
||||
component.onFolderEntityDropped(folderEntry);
|
||||
});
|
||||
});
|
||||
|
||||
|
@@ -145,7 +145,6 @@ export class FileDraggableDirective {
|
||||
$event.preventDefault();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Return the value of input focus class
|
||||
* @returns {boolean}
|
||||
|
@@ -239,4 +239,3 @@ describe('Test ng2-alfresco-upload', () => {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user