mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 06:24:36 +02:00
wip
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user