mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
* remove unexpected extra space before Path Items Signed-off-by: arkbriar <arkbriar@gmail.com> * Use 🔀 instead of ➡️ Signed-off-by: arkbriar <arkbriar@gmail.com> * chore: add a changeset --------- Signed-off-by: arkbriar <arkbriar@gmail.com> Co-authored-by: Lorna Mitchell <lorna.mitchell@redocly.com>
40 lines
664 B
JavaScript
40 lines
664 B
JavaScript
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`E2E stats stats should produce correct JSON output 1`] = `
|
|
{
|
|
"refs": {
|
|
"metric": "🚗 References",
|
|
"total": 39
|
|
},
|
|
"externalDocs": {
|
|
"metric": "📦 External Documents",
|
|
"total": 0
|
|
},
|
|
"schemas": {
|
|
"metric": "📈 Schemas",
|
|
"total": 22
|
|
},
|
|
"parameters": {
|
|
"metric": "👉 Parameters",
|
|
"total": 6
|
|
},
|
|
"links": {
|
|
"metric": "🔗 Links",
|
|
"total": 0
|
|
},
|
|
"pathItems": {
|
|
"metric": "🔀 Path Items",
|
|
"total": 5
|
|
},
|
|
"operations": {
|
|
"metric": "👷 Operations",
|
|
"total": 8
|
|
},
|
|
"tags": {
|
|
"metric": "🔖 Tags",
|
|
"total": 3
|
|
}
|
|
}
|
|
|
|
`;
|