2018-05-21 15:03:46 -05:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`StandardFieldComponent sets error message properly 1`] = `
|
|
|
|
<div>
|
2018-10-01 16:14:51 -05:00
|
|
|
<input />
|
2018-05-21 15:03:46 -05:00
|
|
|
<div
|
|
|
|
className="help-block"
|
|
|
|
role="alert"
|
|
|
|
>
|
|
|
|
Something more
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`StandardFieldComponent works with a child 1`] = `
|
|
|
|
<div>
|
2018-10-01 16:14:51 -05:00
|
|
|
<input />
|
2018-05-21 15:03:46 -05:00
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`StandardFieldComponent works with no children 1`] = `<div />`;
|