mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
Fix lint err + enable test
This commit is contained in:
parent
c0e33bff61
commit
a8b96e8bd1
|
@ -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();
|
||||
});
|
||||
|
|
|
@ -15,7 +15,7 @@ export interface MenuMethod {
|
|||
tag: string;
|
||||
pointer: string;
|
||||
operationId: string;
|
||||
ready: boolean
|
||||
ready: boolean;
|
||||
}
|
||||
|
||||
export interface MenuCategory {
|
||||
|
|
Loading…
Reference in New Issue
Block a user