mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
20 lines
332 B
JavaScript
20 lines
332 B
JavaScript
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`webpack-bundle test lint-workflows 1`] = `
|
|
{
|
|
"totals": {
|
|
"errors": 0,
|
|
"warnings": 0,
|
|
"ignored": 0
|
|
},
|
|
"version": "<version>",
|
|
"problems": []
|
|
}
|
|
validating ./openapi.yaml...
|
|
./openapi.yaml: validated in <test>ms
|
|
|
|
Woohoo! Your API description is valid. 🎉
|
|
|
|
|
|
`;
|