Files
doneit-web/src/app/services/socket-connection-mcr.service.spec.ts
T
2024-01-17 10:25:16 +01:00

17 lines
424 B
TypeScript

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();
});
});