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