UNPKG

@redocly/cli

Version:

[@Redocly](https://redocly.com) CLI is your all-in-one OpenAPI utility. It builds, manages, improves, and quality-checks your OpenAPI descriptions, all of which comes in handy for various phases of the API Lifecycle. Create your own rulesets to make API g

22 lines (21 loc) 394 B
export const ConfigFixture = { configFile: null, styleguide: { addIgnore: jest.fn(), skipRules: jest.fn(), skipPreprocessors: jest.fn(), saveIgnore: jest.fn(), skipDecorators: jest.fn(), ignore: null, decorators: { oas2: {}, oas3_0: {}, oas3_1: {}, }, preprocessors: { oas2: {}, oas3_0: {}, oas3_1: {}, }, }, };