Skip to content

Commit

Permalink
chore: generate snapshot.js for async-api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SmoliyY committed Aug 23, 2023
1 parent 4189799 commit 0216155
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions __tests__/lint/async2/snapshot.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
// 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 /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 OpenAPI definitions are valid. 🎉
`;

0 comments on commit 0216155

Please sign in to comment.