Page MenuHomec4science

branch1-r.component.spec.ts
No OneTemporary

File Metadata

Created
Mon, Jun 30, 23:17

branch1-r.component.spec.ts

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

Event Timeline