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