renovate/lib/modules/platform/gitea/schema.spec.ts

8 lines
222 B
TypeScript

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