// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`SyncedTemplate should render skipped template 1`] = `
,
,
,
,
,
,
]
}
checkboxInput={null}
className="listViewItem--listItemVariants"
compoundExpand={false}
compoundExpanded={false}
description={null}
heading={null}
hideCloseIcon={true}
initExpanded={false}
leftContent={
}
onCloseCompoundExpand={[Function]}
onExpand={[Function]}
onExpandClose={[Function]}
stacked={true}
>
-
Skipping, this template was filtered out.
`;
exports[`SyncedTemplate should render template with invalid metadata 1`] = `
,
,
,
,
,
,
]
}
checkboxInput={null}
className="listViewItem--listItemVariants"
compoundExpand={false}
compoundExpanded={false}
description={null}
heading={null}
hideCloseIcon={true}
initExpanded={false}
leftContent={
}
onCloseCompoundExpand={[Function]}
onExpand={[Function]}
onExpandClose={[Function]}
stacked={true}
>
-
No "name" found in metadata
`;
exports[`SyncedTemplate should render template with validation errors 1`] = `
,
,
,
,
,
,
]
}
checkboxInput={null}
className="listViewItem--listItemVariants"
compoundExpand={false}
compoundExpanded={false}
description={null}
heading={null}
hideCloseIcon={true}
initExpanded={false}
leftContent={
}
onCloseCompoundExpand={[Function]}
onExpand={[Function]}
onExpandClose={[Function]}
stacked={true}
>
`;
exports[`SyncedTemplate should render template without errros 1`] = `
,
,
,
,
,
,
]
}
checkboxInput={null}
className="listViewItem--listItemVariants"
compoundExpand={false}
compoundExpanded={false}
description={null}
heading={null}
hideCloseIcon={true}
initExpanded={false}
leftContent={
}
onCloseCompoundExpand={[Function]}
onExpand={[Function]}
onExpandClose={[Function]}
stacked={true}
>
There were no errors.
`;