mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-21 07:58:25 +00:00
Fix for #515
This commit is contained in:
@ -54,6 +54,8 @@ import { MockedToasterService } from '../../services/toaster.service.spec';
|
||||
import { ToasterService } from '../../services/toaster.service';
|
||||
import { MockedActivatedRoute } from '../snapshots/list-of-snapshots/list-of-snaphshots.component.spec';
|
||||
import { MapNodesDataSource, MapLinksDataSource, MapDrawingsDataSource, MapSymbolsDataSource } from '../../cartography/datasources/map-datasource';
|
||||
import { EthernetLinkWidget } from '../../cartography/widgets/links/ethernet-link';
|
||||
import { SerialLinkWidget } from '../../cartography/widgets/links/serial-link';
|
||||
|
||||
export class MockedProgressService {
|
||||
public activate() {}
|
||||
@ -265,6 +267,8 @@ describe('ProjectMapComponent', () => {
|
||||
{ provide: MapChangeDetectorRef },
|
||||
{ provide: NodeWidget },
|
||||
{ provide: LinkWidget },
|
||||
{ provide: EthernetLinkWidget },
|
||||
{ provide: SerialLinkWidget },
|
||||
{ provide: DrawingsWidget },
|
||||
{ provide: LabelWidget },
|
||||
{ provide: InterfaceLabelWidget },
|
||||
|
Reference in New Issue
Block a user