Page MenuHomec4science

branch4-f.component.spec.ts
No OneTemporary

File Metadata

Created
Mon, Feb 24, 11:59

branch4-f.component.spec.ts

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

Event Timeline