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 {