mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 12:47:48 +00:00
* fix: rename rule no-empty-enum-servers to no-server-variables-empty-enum - fix no-server-example.com docs * chore: fix snapshots Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>
12 lines
220 B
JavaScript
12 lines
220 B
JavaScript
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`E2E lint no-server-variables-empty-enum 1`] = `
|
|
|
|
validating /openapi.yaml...
|
|
/openapi.yaml: validated in <test>ms
|
|
|
|
Woohoo! Your OpenAPI definition is valid. 🎉
|
|
|
|
|
|
`;
|