Page MenuHomec4science

branch-ul-f.component.spec.ts
No OneTemporary

File Metadata

Created
Fri, Jul 4, 00:51

branch-ul-f.component.spec.ts

import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { BranchUlFComponent } from './branch-ul-f.component';
describe('BranchUlFComponent', () => {
let component: BranchUlFComponent;
let fixture: ComponentFixture<BranchUlFComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ BranchUlFComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(BranchUlFComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});

Event Timeline