MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/FieldSet/__snapshots__/FieldSet.test.jsx.snap

Summary

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

exports[`FieldSetComponent matches snapshot 1`] = `
<fieldset
  className=""
>
  <legend
    className={null}
  >
    legend
  </legend>
  <span>
    child
  </span>
</fieldset>
`;