@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
25 lines (24 loc) • 580 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfigFixture = void 0;
exports.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: {},
},
},
};