mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
chore: fix tests
This commit is contained in:
parent
129e18b939
commit
d4016b8142
|
@ -9,6 +9,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
||||||
"deprecated": false,
|
"deprecated": false,
|
||||||
"description": "",
|
"description": "",
|
||||||
"example": undefined,
|
"example": undefined,
|
||||||
|
"expanded": false,
|
||||||
"explode": false,
|
"explode": false,
|
||||||
"in": undefined,
|
"in": undefined,
|
||||||
"kind": "field",
|
"kind": "field",
|
||||||
|
@ -58,6 +59,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat
|
||||||
"deprecated": false,
|
"deprecated": false,
|
||||||
"description": "",
|
"description": "",
|
||||||
"example": undefined,
|
"example": undefined,
|
||||||
|
"expanded": false,
|
||||||
"explode": false,
|
"explode": false,
|
||||||
"in": undefined,
|
"in": undefined,
|
||||||
"kind": "field",
|
"kind": "field",
|
||||||
|
|
|
@ -20,7 +20,7 @@ describe('Models', () => {
|
||||||
);
|
);
|
||||||
expect(callback.name).toEqual('Test.Callback');
|
expect(callback.name).toEqual('Test.Callback');
|
||||||
expect(callback.operations.length).toEqual(0);
|
expect(callback.operations.length).toEqual(0);
|
||||||
expect(callback.expanded).toBeUndefined();
|
expect(callback.expanded).toBeFalsy();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user