Page MenuHomec4science

branch3-f.component.spec.ts
No OneTemporary

File Metadata

Created
Sat, Jun 28, 02:26

branch3-f.component.spec.ts

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

Event Timeline