From 12b04f145bae740e1971036b1e2dfc1bc224d17b Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 11 Jul 2018 14:38:47 +0800 Subject: [PATCH] Revert "框架调整" --- src/app/routes/delon/downfile/downfile.component.spec.ts | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/app/routes/delon/downfile/downfile.component.spec.ts b/src/app/routes/delon/downfile/downfile.component.spec.ts new file mode 100644 index 0000000..5e1bf7e --- /dev/null +++ b/src/app/routes/delon/downfile/downfile.component.spec.ts @@ -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(); + }); +}); -- Gitblit v1.8.0