Skip to content

Commit

Permalink
chore: changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAnansky committed Jan 20, 2025
1 parent 064a85c commit 7caf654
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/cli/src/__tests__/commands/push-region.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ jest.mock('fs', () => ({
// Mock OpenAPI core
jest.mock('@redocly/openapi-core', () => ({
...jest.requireActual('@redocly/openapi-core'),
getMergedConfig: jest.fn().mockReturnValue({
styleguide: {
skipDecorators: jest.fn(),
extendPaths: [],
pluginPaths: [],
},
}),
getMergedConfig: jest.fn().mockImplementation((config) => config),
bundle: jest.fn().mockResolvedValue({
bundle: { parsed: {} },
problems: {
Expand Down

0 comments on commit 7caf654

Please sign in to comment.