0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/modules/platform/gitea/schema.spec.ts
2023-12-05 11:27:30 +00:00

8 lines
222 B
TypeScript

import { ContentsListResponseSchema } from './schema';
describe('modules/platform/gitea/schema', () => {
it('ContentsResponseSchema', () => {
expect(ContentsListResponseSchema.parse([])).toBeEmptyArray();
});
});