wip
This commit is contained in:
parent
86f4e206f4
commit
1b6ac7888b
10 changed files with 68 additions and 51 deletions
|
|
@ -20,7 +20,7 @@ describe('schemas', () => {
|
|||
}
|
||||
});
|
||||
|
||||
test('jointed schema (oneOf)', () => {
|
||||
test('jointed schema', () => {
|
||||
const req = getEndpointSchema('req', key as keyof Endpoints);
|
||||
if (req) ajv.compile(req);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue