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: {},
    },
  },
};
