Files
redocly-cli/__tests__/lint/async2/snapshot.js
Sergey Shishkin b4c1274b37 Fix schema type of AsyncAPI operation tags (#1339)
* fix: Schema type of AsyncAPI operation tags

* add tests

* test: Expand tags test for AsyncAPI

---------

Co-authored-by: Lorna Mitchell <lorna.mitchell@redocly.com>
2023-12-28 11:52:35 +00:00

60 lines
1.4 KiB
JavaScript

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`E2E lint async2 1`] = `
validating /anyof.yml...
/anyof.yml: validated in <test>ms
validating /application-headers.yml...
/application-headers.yml: validated in <test>ms
validating /correlation-id.yml...
/correlation-id.yml: validated in <test>ms
validating /gitter-streaming.yml...
/gitter-streaming.yml: validated in <test>ms
validating /mercure.yml...
/mercure.yml: validated in <test>ms
validating /not.yml...
/not.yml: validated in <test>ms
validating /oneof.yml...
/oneof.yml: validated in <test>ms
validating /operation-security.yml...
/operation-security.yml: validated in <test>ms
validating /operation-with-tags.yml...
/operation-with-tags.yml: validated in <test>ms
validating /rpc-client.yml...
/rpc-client.yml: validated in <test>ms
validating /rpc-server.yml...
/rpc-server.yml: validated in <test>ms
validating /simple.yml...
/simple.yml: validated in <test>ms
validating /slack-rtm.yml...
/slack-rtm.yml: validated in <test>ms
validating /streetlights-kafka.yml...
/streetlights-kafka.yml: validated in <test>ms
validating /streetlights-mqtt.yml...
/streetlights-mqtt.yml: validated in <test>ms
validating /streetlights-operation-security.yml...
/streetlights-operation-security.yml: validated in <test>ms
validating /websocket-gemini.yml...
/websocket-gemini.yml: validated in <test>ms
Woohoo! Your API descriptions are valid. 🎉
`;