Skip to content
Snippets Groups Projects
comments-creator-shared.component.spec.ts 741 B
Newer Older
/* import { async, ComponentFixture, TestBed } from '@angular/core/testing';

import { CommentsCreatorSharedComponent } from './comments-creator-shared.component';

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

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

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

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