mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#60 more fix fot tests
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
import { it, describe, expect, injectAsync, TestComponentBuilder } from 'angular2/testing';
|
||||
import { FileUploadingDialogComponent } from '../../src/components/file-uploading-dialog.component';
|
||||
import { FileUploadingDialogComponent } from './file-uploading-dialog.component';
|
||||
|
||||
describe('FileUploadDialog', () => {
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
import { TEST_BROWSER_PLATFORM_PROVIDERS, TEST_BROWSER_APPLICATION_PROVIDERS } from 'angular2/platform/testing/browser';
|
||||
import { it, describe, expect, injectAsync, beforeEachProviders, TestComponentBuilder, setBaseTestProviders } from 'angular2/testing';
|
||||
import { provide } from 'angular2/core';
|
||||
import { UploadButtonComponent } from '../../src/components/upload-button.component';
|
||||
import { UploadButtonComponent } from './upload-button.component';
|
||||
import { TranslateService } from 'ng2-translate/ng2-translate';
|
||||
import { TranslationMock } from '../assets/translation.service.mock';
|
||||
|
||||
|
@@ -16,8 +16,8 @@
|
||||
*/
|
||||
|
||||
import { it, describe, beforeEach, expect } from 'angular2/testing';
|
||||
import { UploadService } from '../../src/services/upload.service';
|
||||
import { FileModel } from '../../src/models/file.model';
|
||||
import { UploadService } from './upload.service';
|
||||
import { FileModel } from './../models/file.model';
|
||||
|
||||
declare let jasmine: any;
|
||||
|
||||
|
Reference in New Issue
Block a user