21 lines
384 B
Text
21 lines
384 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`StandardFieldComponent sets error message properly 1`] = `
|
|
<div>
|
|
<input />
|
|
<div
|
|
className="help-block"
|
|
role="alert"
|
|
>
|
|
Something more
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`StandardFieldComponent works with a child 1`] = `
|
|
<div>
|
|
<input />
|
|
</div>
|
|
`;
|
|
|
|
exports[`StandardFieldComponent works with no children 1`] = `<div />`;
|