import { TestBed } from '@angular/core/testing'; import { ListNavService } from './list-nav.service'; describe('ListNavService', () => { beforeEach(() => TestBed.configureTestingModule({})); it('should be created', () => { const service: ListNavService = TestBed.get(ListNavService); expect(service).toBeTruthy(); }); });