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