Back to home page

EIC code displayed by LXR

 
 

    


Warning, /firebird/firebird-ng/src/app/components/tool-panel/tool-panel.component.spec.ts is written in an unsupported language. File is not indexed.

0001 import { ComponentFixture, TestBed } from '@angular/core/testing';
0002 
0003 import { ToolPanelComponent } from './tool-panel.component';
0004 
0005 describe('ToolPanelComponent', () => {
0006   let component: ToolPanelComponent;
0007   let fixture: ComponentFixture<ToolPanelComponent>;
0008 
0009   beforeEach(async () => {
0010     await TestBed.configureTestingModule({
0011       imports: [ToolPanelComponent]
0012     })
0013     .compileComponents();
0014     
0015     fixture = TestBed.createComponent(ToolPanelComponent);
0016     component = fixture.componentInstance;
0017     fixture.detectChanges();
0018   });
0019 
0020   it('should create', () => {
0021     expect(component).toBeTruthy();
0022   });
0023 });