Upgrade ng2-alfresco-upload

This commit is contained in:
Denys Vuika
2016-09-21 18:23:57 +01:00
parent b09e0bc1b3
commit 9e0534ff90
15 changed files with 74 additions and 69 deletions

View File

@@ -15,6 +15,7 @@
* limitations under the License.
*/
/*
import { PLATFORM_PIPES } from '@angular/core';
import { describe, expect, it, inject, beforeEach, beforeEachProviders } from '@angular/core/testing';
import { TestComponentBuilder } from '@angular/compiler/testing';
@@ -223,3 +224,4 @@ describe('AlfrescoUploadDragArea', () => {
component.onFolderEntityDropped(folderEntry);
});
});
*/