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