mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix unit tests and code coverage for document list
This commit is contained in:
@@ -21,10 +21,11 @@ import {
|
||||
expect,
|
||||
beforeEach
|
||||
} from 'angular2/testing';
|
||||
import {DocumentList} from '../../src/components/document-list';
|
||||
|
||||
import {DocumentList} from './document-list';
|
||||
import {AlfrescoServiceMock} from '../assets/alfresco.service.mock';
|
||||
import {ContentColumnList} from '../../src/components/content-column-list';
|
||||
import {ContentColumnModel} from '../../src/models/content-column.model';
|
||||
import {ContentColumnList} from './content-column-list';
|
||||
import {ContentColumnModel} from '../models/content-column.model';
|
||||
|
||||
describe('ContentColumnList', () => {
|
||||
|
||||
|
Reference in New Issue
Block a user