separation des fronts

This commit is contained in:
MiharyR 2021-12-21 12:47:33 +01:00
parent 00d991f8b1
commit d62915bfe5
276 changed files with 13955 additions and 12 deletions

View file

@ -0,0 +1,16 @@
import { TestBed } from '@angular/core/testing';
import { ProfilService } from './profil.service';
describe('ProfilService', () => {
let service: ProfilService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(ProfilService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});