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