mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-26 01:17:00 +02:00
20 lines
418 B
Plaintext
20 lines
418 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`tokenUserSchema 1`] = `
|
|
Object {
|
|
"data": Object {},
|
|
"errors": Array [
|
|
Object {
|
|
"instancePath": "",
|
|
"keyword": "required",
|
|
"message": "must have required property 'id'",
|
|
"params": Object {
|
|
"missingProperty": "id",
|
|
},
|
|
"schemaPath": "#/required",
|
|
},
|
|
],
|
|
"schema": "#/components/schemas/tokenUserSchema",
|
|
}
|
|
`;
|