pb10001/utakata-umigame

View on GitHub
client-beta/src/app/mondai-editor/mondai-editor.component.spec.ts

Summary

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

import { MondaiEditorComponent } from './mondai-editor.component';

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

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

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

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