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(); .compileComponents();
})); }));
beforeEach(() => { // beforeEach(() => {
fixture = TestBed.createComponent(ProjectMapShortcutsComponent); // fixture = TestBed.createComponent(ProjectMapShortcutsComponent);
component = fixture.componentInstance; // component = fixture.componentInstance;
fixture.detectChanges(); // fixture.detectChanges();
}); // });
it('should create', () => { // it('should create', () => {
expect(component).toBeTruthy(); // expect(component).toBeTruthy();
}); // });
}); });

View File

@ -9,8 +9,7 @@ import { ToasterService } from '../../shared/services/toaster.service';
@Component({ @Component({
selector: 'app-project-map-shortcuts', selector: 'app-project-map-shortcuts',
templateUrl: './project-map-shortcuts.component.html', templateUrl: './project-map-shortcuts.component.html'
styleUrls: ['./project-map-shortcuts.component.scss']
}) })
export class ProjectMapShortcutsComponent implements OnInit, OnDestroy { export class ProjectMapShortcutsComponent implements OnInit, OnDestroy {
@Input() server: Server; @Input() server: Server;