separation des fronts
This commit is contained in:
parent
00d991f8b1
commit
d62915bfe5
276 changed files with 13955 additions and 12 deletions
16
admin/src/app/utils/profil/profil.service.spec.ts
Normal file
16
admin/src/app/utils/profil/profil.service.spec.ts
Normal 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();
|
||||
});
|
||||
});
|
||||
Reference in a new issue