mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-13 11:17:26 +02:00
19 lines
372 B
Plaintext
19 lines
372 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`strategySchema 1`] = `
|
|
{
|
|
"errors": [
|
|
{
|
|
"instancePath": "",
|
|
"keyword": "required",
|
|
"message": "must have required property 'name'",
|
|
"params": {
|
|
"missingProperty": "name",
|
|
},
|
|
"schemaPath": "#/required",
|
|
},
|
|
],
|
|
"schema": "#/components/schemas/strategySchema",
|
|
}
|
|
`;
|