Add a component on the flights in tunnel
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { NewTunnelFlightComponent } from './new-tunnel-flight.component';
|
||||
|
||||
describe('NewTunnelFlightComponent', () => {
|
||||
let component: NewTunnelFlightComponent;
|
||||
let fixture: ComponentFixture<NewTunnelFlightComponent>;
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [NewTunnelFlightComponent]
|
||||
});
|
||||
fixture = TestBed.createComponent(NewTunnelFlightComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user