MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/Handshake/ChecklistModal/__snapshots__/ChecklistModal.test.jsx.snap

Summary

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

exports[`ChecklistModal matches snapshot 1`] = `
<div
  className="checklist-modal"
>
  <form
    className="title-divider"
  >
    <div>
      <div
        className="checklist-modal-buttons-container"
      >
        <button
          onClick={[Function]}
          type="button"
        >
          Cancel
        </button>
        <button
          onClick={[Function]}
          type="button"
        >
          Submit
        </button>
      </div>
    </div>
  </form>
</div>
`;