huridocs/uwazi

View on GitHub
app/react/Markdown/components/specs/__snapshots__/EntityLink.spec.js.snap

Summary

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

exports[`EntityLink should generate a link based on the entity sharedId and if it has file or not 1`] = `
<Connect(I18NLink)
  to="/entity/abc"
>
  I want this as the link content
</Connect(I18NLink)>
`;