Cloud-CV/EvalAI

View on GitHub
frontend_v2/src/app/components/challenge/challengediscuss/challengediscuss.component.spec.ts

Summary

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

import { ChallengediscussComponent } from './challengediscuss.component';

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

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

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

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