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