import { ComponentFixture, TestBed } from '@angular/core/testing'; import { GererMesTpeComponent } from './gerer-mes-tpe.component'; describe('GererMesTpeComponent', () => { let component: GererMesTpeComponent; let fixture: ComponentFixture; beforeEach(async () => { await TestBed.configureTestingModule({ imports: [GererMesTpeComponent] }) .compileComponents(); fixture = TestBed.createComponent(GererMesTpeComponent); component = fixture.componentInstance; fixture.detectChanges(); }); it('should create', () => { expect(component).toBeTruthy(); }); });