mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-08 20:57:50 +00:00
18 lines
603 B
JavaScript
18 lines
603 B
JavaScript
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`E2E bundle lint format bundle lint: should be formatted by format: checkstyle 1`] = `
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<checkstyle version="4.3">
|
|
<file name="openapi.yaml">
|
|
<error line="20" column="11" severity="error" message="Expected type \`MediaType\` (object) but got \`null\`" source="spec" />
|
|
</file>
|
|
</checkstyle>
|
|
|
|
❌ 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.
|
|
|
|
`;
|