First step to display the number of hours of

tunnel flights by period
This commit is contained in:
Sébastien ANDRE
2023-12-28 19:16:51 +01:00
parent 644feaae54
commit 54f553279e
22 changed files with 15 additions and 522 deletions
@@ -1,25 +0,0 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { JumpInfosComponent } from './jump-infos.component';
describe('JumpInfosComponent', () => {
let component: JumpInfosComponent;
let fixture: ComponentFixture<JumpInfosComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ JumpInfosComponent ]
})
.compileComponents();
});
beforeEach(() => {
fixture = TestBed.createComponent(JumpInfosComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});