huridocs/uwazi

View on GitHub
app/react/utils/specs/__snapshots__/SafeHTML.spec.js.snap

Summary

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

exports[`SafeHTML should transform <snippet/> tag to <b> (every other tag should be treated as text) 1`] = `
<Fragment>
  text with 
  <span
    key="1"
  >
    some
  </span>
   
  <b
    key="3"
  >
    html
  </b>
   tags
</Fragment>
`;