Page MenuHomec4science

branch2-r.component.spec.ts
No OneTemporary

File Metadata

Created
Tue, Feb 25, 00:14

branch2-r.component.spec.ts

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

Event Timeline