mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-28 17:55:15 +02:00
19 lines
450 B
Plaintext
19 lines
450 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`clientMetricsSchema should fail when required field is missing 1`] = `
|
|
{
|
|
"errors": [
|
|
{
|
|
"instancePath": "/bucket",
|
|
"keyword": "required",
|
|
"message": "must have required property 'stop'",
|
|
"params": {
|
|
"missingProperty": "stop",
|
|
},
|
|
"schemaPath": "#/properties/bucket/required",
|
|
},
|
|
],
|
|
"schema": "#/components/schemas/clientMetricsSchema",
|
|
}
|
|
`;
|