import { TestBed } from '@angular/core/testing'; import { ElsSortService } from './els-sort.service'; describe('ElsSortService', () => { let service: ElsSortService; beforeEach(() => { TestBed.configureTestingModule({}); service = TestBed.inject(ElsSortService); }); it('should be created', () => { expect(service).toBeTruthy(); }); });