mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
3 lines
177 B
TypeScript
3 lines
177 B
TypeScript
export const loadAndBundleSpec = jest.fn(() => Promise.resolve({ openapi: '3.0.0' }));
|
|
export const createStore = jest.fn(() => Promise.resolve({ toJS: jest.fn(() => '{}') }));
|