mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-22 00:13:36 +00:00
Fixes after review
This commit is contained in:
@ -42,7 +42,7 @@ import { HttpServer } from '../../services/http-server.service';
|
||||
import { Server } from '../../models/server';
|
||||
import { ResizedDataEvent } from '../../cartography/events/event-source';
|
||||
import { MapLabelToLabelConverter } from '../../cartography/converters/map/map-label-to-label-converter';
|
||||
import { DrawingsFactory } from '../../cartography/helpers/drawings-factory';
|
||||
import { DefaultDrawingsFactory } from '../../cartography/helpers/default-drawings-factory';
|
||||
|
||||
export class MockedProgressService {
|
||||
public activate() {}
|
||||
@ -117,7 +117,7 @@ describe('ProjectMapComponent', () => {
|
||||
{ provide: NodesEventSource },
|
||||
{ provide: DrawingsEventSource },
|
||||
{ provide: LinksEventSource },
|
||||
{ provide: DrawingsFactory },
|
||||
{ provide: DefaultDrawingsFactory },
|
||||
{ provide: MapDrawingToSvgConverter, useValue: {
|
||||
convert: () => { return ''}
|
||||
} },
|
||||
|
Reference in New Issue
Block a user