From a8b96e8bd1ac3c60950f7625f6e2bbc2fdaa6fca Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 24 Nov 2016 18:21:49 +0200 Subject: [PATCH] Fix lint err + enable test --- lib/components/SideMenu/side-menu.spec.ts | 2 +- lib/services/schema-helper.service.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/components/SideMenu/side-menu.spec.ts b/lib/components/SideMenu/side-menu.spec.ts index 53d98faf..8f1bb3b5 100644 --- a/lib/components/SideMenu/side-menu.spec.ts +++ b/lib/components/SideMenu/side-menu.spec.ts @@ -52,7 +52,7 @@ describe('Redoc components', () => { if (fixture) fixture.destroy(); }); - xit('should init component and component data', () => { + it('should init component and component data', () => { expect(component).not.toBeNull(); expect(component.data).not.toBeNull(); }); diff --git a/lib/services/schema-helper.service.ts b/lib/services/schema-helper.service.ts index 1c38fd3a..94d459f9 100644 --- a/lib/services/schema-helper.service.ts +++ b/lib/services/schema-helper.service.ts @@ -15,7 +15,7 @@ export interface MenuMethod { tag: string; pointer: string; operationId: string; - ready: boolean + ready: boolean; } export interface MenuCategory {