opcion-pedido.component.spec.ts 671 Bytes
import { async, ComponentFixture, TestBed } from '@angular/core/testing';

import { OpcionPedidoComponent } from './opcion-pedido.component';

describe('OpcionPedidoComponent', () => {
  let component: OpcionPedidoComponent;
  let fixture: ComponentFixture<OpcionPedidoComponent>;

  beforeEach(async(() => {
    TestBed.configureTestingModule({
      declarations: [ OpcionPedidoComponent ]
    })
    .compileComponents();
  }));

  beforeEach(() => {
    fixture = TestBed.createComponent(OpcionPedidoComponent);
    component = fixture.componentInstance;
    fixture.detectChanges();
  });

  it('should create', () => {
    expect(component).toBeTruthy();
  });
});