Back to home page

EIC code displayed by LXR

 
 

    


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

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