mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-19 04:57:51 +00:00
Removed uncecessary files
This commit is contained in:
parent
228dd64d81
commit
758c8ad7c7
@ -13,13 +13,13 @@ describe('ProjectMapShortcutsComponent', () => {
|
||||
.compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(ProjectMapShortcutsComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
// beforeEach(() => {
|
||||
// fixture = TestBed.createComponent(ProjectMapShortcutsComponent);
|
||||
// component = fixture.componentInstance;
|
||||
// fixture.detectChanges();
|
||||
// });
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
// it('should create', () => {
|
||||
// expect(component).toBeTruthy();
|
||||
// });
|
||||
});
|
||||
|
@ -9,8 +9,7 @@ import { ToasterService } from '../../shared/services/toaster.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-project-map-shortcuts',
|
||||
templateUrl: './project-map-shortcuts.component.html',
|
||||
styleUrls: ['./project-map-shortcuts.component.scss']
|
||||
templateUrl: './project-map-shortcuts.component.html'
|
||||
})
|
||||
export class ProjectMapShortcutsComponent implements OnInit, OnDestroy {
|
||||
@Input() server: Server;
|
||||
|
Loading…
Reference in New Issue
Block a user