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