mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 12:47:48 +00:00
21 lines
704 B
JavaScript
21 lines
704 B
JavaScript
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`E2E bundle lint format bundle lint: should be formatted by format: stylish 1`] = `
|
|
|
|
[WARNING] "lint" option is deprecated and will be removed in a future release.
|
|
|
|
[WARNING] "format" option is deprecated and will be removed in a future release.
|
|
|
|
[WARNING] "max-problems" option is deprecated and will be removed in a future release.
|
|
|
|
openapi.yaml:
|
|
20:11 error spec Expected type \`MediaType\` (object) but got \`null\`
|
|
|
|
❌ Validation failed with 1 error.
|
|
run \`redocly lint --generate-ignore-file\` to add all problems to the ignore file.
|
|
|
|
bundling ./openapi.yaml...
|
|
📦 Created a bundle for ./openapi.yaml at /tmp/null.yaml <test>ms.
|
|
|
|
`;
|