houdini/javascripts/src/components/common/__snapshots__/StandardFieldComponent.spec.tsx.snap
2018-10-25 12:43:04 -05:00

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 />`;