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