mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix unit tests and code coverage for document list
This commit is contained in:
@@ -21,8 +21,8 @@ import {
|
||||
expect,
|
||||
beforeEach
|
||||
} from 'angular2/testing';
|
||||
import {ContentActionHandler} from '../../src/models/content-action.model';
|
||||
import {DocumentActionsService} from '../../src/services/document-actions.service';
|
||||
import {ContentActionHandler} from '../models/content-action.model';
|
||||
import {DocumentActionsService} from './document-actions.service';
|
||||
import {AlfrescoServiceMock} from '../assets/alfresco.service.mock';
|
||||
|
||||
describe('DocumentActionsService', () => {
|
||||
|
Reference in New Issue
Block a user