Page MenuHomec4science

branch3-r.component.spec.ts
No OneTemporary

File Metadata

Created
Tue, Feb 25, 06:10

branch3-r.component.spec.ts

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

Event Timeline