fengxiang
2018-07-11 1a30ba4211462589698d26688ec24319e48b740c
src/app/routes/widgets/widgets/widgets.component.spec.ts
New file
@@ -0,0 +1,16 @@
import { TestBed, TestModuleMetadata } from '@angular/core/testing';
import { setUpTestBed } from '@testing/common.spec';
import { WidgetsComponent } from './widgets.component';
describe('Comoponent: Widgets', () => {
  setUpTestBed(<TestModuleMetadata>{
    declarations: [WidgetsComponent],
  });
  it('should create an instance', () => {
    const fixture = TestBed.createComponent(WidgetsComponent);
    const comp = fixture.debugElement.componentInstance;
    expect(comp).toBeTruthy();
  });
});