moya-locale.component.spec.ts 657 Bytes
import { async, ComponentFixture, TestBed } from '@angular/core/testing';

import { MoyaLocaleComponent } from './moya-locale.component';

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

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

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

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