MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`TextInputComponent matches snapshot 1`] = `
<div
  className="usa-grid-full  "
>
  <label
    className=""
    htmlFor="1"
  />
  <input
    className=""
    disabled={false}
    id="1"
    name="input-type-text"
    onChange={[Function]}
    placeholder=""
    type="text"
    value=""
  />
</div>
`;