jpe-controle/FencerJudgeFront/src/app/services/matches/matches.service.spec.ts
ExostFlash 5a8ea53597 modif
2025-06-02 16:17:17 +02:00

16 lines
362 B
TypeScript

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