-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: generate snapshot.js for async-api tests
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. 🎉 | ||
`; |