Fix lint err + enable test

This commit is contained in:
Roman Hotsiy 2016-11-24 18:21:49 +02:00
parent c0e33bff61
commit a8b96e8bd1
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ describe('Redoc components', () => {
if (fixture) fixture.destroy(); if (fixture) fixture.destroy();
}); });
xit('should init component and component data', () => { it('should init component and component data', () => {
expect(component).not.toBeNull(); expect(component).not.toBeNull();
expect(component.data).not.toBeNull(); expect(component.data).not.toBeNull();
}); });

View File

@ -15,7 +15,7 @@ export interface MenuMethod {
tag: string; tag: string;
pointer: string; pointer: string;
operationId: string; operationId: string;
ready: boolean ready: boolean;
} }
export interface MenuCategory { export interface MenuCategory {