MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`FormComponent matches snapshot 1`] = `
<form
  className=""
  onSubmit={[Function]}
>
  <span>
    child
  </span>
</form>
`;