houdini/javascripts/src/components/common/__snapshots__/StandardFieldComponent.spec.tsx.snap

22 lines
384 B
Text
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`StandardFieldComponent sets error message properly 1`] = `
<div>
2018-10-01 16:14:51 -05:00
<input />
<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 />
</div>
`;
exports[`StandardFieldComponent works with no children 1`] = `<div />`;