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