mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 20:57:44 +00:00
24 lines
648 B
JavaScript
24 lines
648 B
JavaScript
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`E2E bundle operation-description-override-error 1`] = `
|
|
|
|
bundling ./openapi.yaml...
|
|
[1] openapi.yaml:23:7 at #/paths/~1pet/put/operationId
|
|
|
|
Failed to read markdown override file for operation "updatePet".
|
|
ENOENT: no such file or directory, open './update-pet-operation-description.md'
|
|
|
|
21 | summary: Update an existing pet
|
|
22 | description: ''
|
|
23 | operationId: updatePet
|
|
| ^^^^^^^^^^^
|
|
24 | responses:
|
|
25 | '200':
|
|
|
|
Error was generated by the operation-description-override rule.
|
|
|
|
|
|
❌ Errors encountered while bundling ./openapi.yaml: bundle not created (use --force to ignore errors).
|
|
|
|
`;
|