/* tslint:disable:no-unused-variable */ import { TestBed, async } from '@angular/core/testing'; import { MainNavComponent } from './main-nav.component'; describe('Component: MainNav', () => { it('should create an instance', () => { let component = new MainNavComponent(); expect(component).toBeTruthy(); }); });