mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
19 lines
400 B
Plaintext
19 lines
400 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`clientFeaturesSchema no fields 1`] = `
|
|
{
|
|
"errors": [
|
|
{
|
|
"instancePath": "",
|
|
"keyword": "required",
|
|
"message": "must have required property 'version'",
|
|
"params": {
|
|
"missingProperty": "version",
|
|
},
|
|
"schemaPath": "#/required",
|
|
},
|
|
],
|
|
"schema": "#/components/schemas/clientFeaturesSchema",
|
|
}
|
|
`;
|