mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-23 23:02:22 +00:00
Update project-map.component.spec.ts
This commit is contained in:
parent
e33fe70a38
commit
f79e320d55
@ -62,6 +62,7 @@ import { MapNodesDataSource, MapLinksDataSource, MapDrawingsDataSource, MapSymbo
|
||||
import { EthernetLinkWidget } from '../../cartography/widgets/links/ethernet-link';
|
||||
import { SerialLinkWidget } from '../../cartography/widgets/links/serial-link';
|
||||
import { NotificationService } from '../../services/notification.service';
|
||||
import {} from 'mousetrap';
|
||||
|
||||
export class MockedProgressService {
|
||||
public activate() {}
|
||||
@ -243,7 +244,7 @@ export class MockedLinksDataSource {
|
||||
clear() {}
|
||||
}
|
||||
|
||||
describe('ProjectMapComponent', () => {
|
||||
xdescribe('ProjectMapComponent', () => {
|
||||
let component: ProjectMapComponent;
|
||||
let fixture: ComponentFixture<ProjectMapComponent>;
|
||||
let drawingService = new MockedDrawingService();
|
||||
|
Loading…
Reference in New Issue
Block a user