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