From a3a8c23b196980732a795713a5eb5fe0c7075bf9 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 11 Jul 2018 21:47:13 +0800 Subject: [PATCH] Revert "提交" --- src/app/routes/style/typography/typography.component.spec.ts | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/app/routes/style/typography/typography.component.spec.ts b/src/app/routes/style/typography/typography.component.spec.ts new file mode 100644 index 0000000..b575b38 --- /dev/null +++ b/src/app/routes/style/typography/typography.component.spec.ts @@ -0,0 +1,18 @@ +import { TestBed, TestModuleMetadata } from '@angular/core/testing'; +import { setUpTestBed } from '@testing/common.spec'; + +import { TypographyComponent } from './typography.component'; +import { ColorService } from '../color.service'; + +describe('Component: Typography', () => { + setUpTestBed(<TestModuleMetadata>{ + declarations: [TypographyComponent], + providers: [ColorService], + }); + + it('should create an instance', () => { + const fixture = TestBed.createComponent(TypographyComponent); + const comp = fixture.debugElement.componentInstance; + expect(comp).toBeTruthy(); + }); +}); -- Gitblit v1.8.0