2022-02-16 11:20:17 +08:00

24 lines
595 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should be right in dir basic-error 1`] = `
"[
{
\\"keyword\\": \\"required\\",
\\"dataPath\\": \\"\\",
\\"schemaPath\\": \\"#/required\\",
\\"params\\": {
\\"missingProperty\\": \\"props\\"
},
\\"message\\": \\"should have required property 'props'\\"
}
]"
`;
exports[`should be right in dir basic-success 1`] = `true`;
exports[`should be right in dir configure 1`] = `true`;
exports[`should be right in dir props-basic-type 1`] = `true`;
exports[`should be right in dir props-complex-type 1`] = `true`;