/* tslint:disable:no-unused-variable */

import { TestBed, async } from '@angular/core/testing';
import { TestMeComponent } from './test-me.component';

describe('Component: TestMe', () => {
  it('should create an instance', () => {
    let component = new TestMeComponent();
    expect(component).toBeTruthy();
  });
});
