mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-04 19:08:12 +00:00
24 lines
457 B
Plaintext
24 lines
457 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Schema Ut props 1`] = `
|
|
Object {
|
|
"props": Object {
|
|
"mobileSlot": Object {
|
|
"name": undefined,
|
|
"params": undefined,
|
|
"title": undefined,
|
|
"type": "JSSlot",
|
|
"value": Array [
|
|
Object {
|
|
"loop": Object {
|
|
"mock": undefined,
|
|
"type": "JSExpression",
|
|
"value": "props.content",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
},
|
|
}
|
|
`;
|