mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 04:21:15 +00:00
27 lines
646 B
JavaScript
27 lines
646 B
JavaScript
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`E2E lint assertions-min-length-string-error 1`] = `
|
|
|
|
validating /openapi.yaml...
|
|
[1] openapi.yaml:9:16 at #/info/description
|
|
|
|
Info description should be minimum 20 chars length
|
|
|
|
7 | url: http://example.xyz
|
|
8 | title: Example OpenAPI 3 definition.
|
|
9 | description: Example description
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
10 | version: '1.0'
|
|
11 | contact:
|
|
|
|
Error was generated by the description-min-length assertion rule.
|
|
|
|
|
|
/openapi.yaml: validated in <test>ms
|
|
|
|
❌ Validation failed with 1 error.
|
|
run \`redocly lint --generate-ignore-file\` to add all problems to the ignore file.
|
|
|
|
|
|
`;
|