huridocs/uwazi

View on GitHub
app/react/Metadata/components/specs/__snapshots__/MetadataForm.spec.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`MetadataForm should render title field as a textarea 1`] = `
<Modeled(Connect(Field))
  model=".title"
>
  <textarea
    className="form-control"
  />
</Modeled(Connect(Field))>
`;