mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
24 lines
451 B
JavaScript
24 lines
451 B
JavaScript
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`E2E lint-config test with option: {
|
|
dirName: 'invalid-config-format-json',
|
|
option: 'warn',
|
|
format: 'json'
|
|
} 1`] = `
|
|
{
|
|
"totals": {
|
|
"errors": 0,
|
|
"warnings": 0,
|
|
"ignored": 0
|
|
},
|
|
"version": "<version>",
|
|
"problems": []
|
|
}
|
|
validating ../__fixtures__/valid-openapi.yaml...
|
|
../__fixtures__/valid-openapi.yaml: validated in <test>ms
|
|
|
|
Woohoo! Your API description is valid. 🎉
|
|
|
|
|
|
`;
|