Files
projet-tlc/ansible/files/doodlestudent/front/src/app/modal-poll-clos/modal-poll-clos.component.spec.ts
Alexandre Chevalier 2291a85b79 deploiement sur VM
2026-02-13 23:37:08 +01:00

26 lines
677 B
TypeScript

import { ComponentFixture, TestBed } from '@angular/core/testing';
import { ModalPollClosComponent } from './modal-poll-clos.component';
describe('ModalPollClosComponent', () => {
let component: ModalPollClosComponent;
let fixture: ComponentFixture<ModalPollClosComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ ModalPollClosComponent ]
})
.compileComponents();
});
beforeEach(() => {
fixture = TestBed.createComponent(ModalPollClosComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});