Warning, /firebird/firebird-ng/src/app/pages/input-config/input-config.component.spec.ts is written in an unsupported language. File is not indexed.
0001 import { ComponentFixture, TestBed } from '@angular/core/testing';
0002 import { BrowserModule } from '@angular/platform-browser';
0003 import { ReactiveFormsModule } from '@angular/forms';
0004 import { InputConfigComponent } from './input-config.component';
0005 import { provideRouter } from '@angular/router';
0006
0007
0008 // describe('InputConfigComponent', () => {
0009 // let component: InputConfigComponent;
0010 // let fixture: ComponentFixture<InputConfigComponent>;
0011 //
0012 // beforeEach(async () => {
0013 // await TestBed.configureTestingModule({
0014 // imports: [InputConfigComponent],
0015 // providers: [provideRouter([
0016 // {
0017 // path: 'display',
0018 // loadComponent: () => import('../main-display/main-display.component').then(m => m.MainDisplayComponent)
0019 // },
0020 // ])],
0021 // })
0022 // .compileComponents();
0023 //
0024 // fixture = TestBed.createComponent(InputConfigComponent);
0025 // component = fixture.componentInstance;
0026 // fixture.detectChanges();
0027 // });
0028 //
0029 // it('should create', () => {
0030 // expect(component).toBeTruthy();
0031 // });
0032 // });