src/app/components/Fragment/__snapshots__/index.test.tsx.snap

Summary

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

exports[`Fragment with italic attributes in Farsi 1`] = `
.emotion-0 {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

<div>
  <i
    class="emotion-0"
  >
    ITALIC WITH PERSIAN TEXT
  </i>
</div>
`;