mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 22:29:06 +00:00
7 lines
222 B
TypeScript
7 lines
222 B
TypeScript
import { ContentsListResponseSchema } from './schema';
|
|
|
|
describe('modules/platform/gitea/schema', () => {
|
|
it('ContentsResponseSchema', () => {
|
|
expect(ContentsListResponseSchema.parse([])).toBeEmptyArray();
|
|
});
|
|
});
|