0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-12 22:29:06 +00:00
renovatebot_renovate/lib/modules/platform/gitea/schema.spec.ts
2023-12-05 11:27:30 +00:00

7 lines
222 B
TypeScript

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