RackHD/on-web-ui

View on GitHub
src/app/workflow-center/active-workflow/active-workflow.component.spec.ts

Summary

Maintainability
B
4 hrs
Test Coverage
import { async, ComponentFixture, TestBed } from '@angular/core/testing';

import { ActiveWorkflowComponent } from './active-workflow.component';

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

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

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