Removed uncecessary files

This commit is contained in:
Dominik Ziajka 2018-03-30 09:15:00 +02:00
parent 228dd64d81
commit 758c8ad7c7
3 changed files with 9 additions and 10 deletions

View File

@ -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();
// });
});

View File

@ -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;