mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 21:12:53 +00:00
24 lines
595 B
Plaintext
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`;
|