Page MenuHomec4science

branch2-f.component.spec.ts
No OneTemporary

File Metadata

Created
Mon, Feb 24, 14:28

branch2-f.component.spec.ts

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

Event Timeline