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,8 +15,9 @@
* limitations under the License.
*/
/*
import { PLATFORM_PIPES } from '@angular/core';
import { describe, expect, it, inject, beforeEach, beforeEachProviders } from '@angular/core/testing';
import { beforeEachProviders } from '@angular/core/testing';
import { TestComponentBuilder } from '@angular/compiler/testing';
import { HTTP_PROVIDERS } from '@angular/http';
@@ -163,3 +164,4 @@ describe('AlfrescoUploadButton', () => {
component.onDirectoryAdded(fakeEvent);
});
});
*/