MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/BidderPortfolio/BidControls/BidCyclePicker/__snapshots__/BidCyclePicker.test.jsx.snap

Summary

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

exports[`BidControlsComponent matches snapshot 1`] = `
<div
  className="bid-cycle-picker-container usa-form"
>
  <div
    className="label"
  >
    Bid Season:
  </div>
  <r
    disabled={false}
    dropdownHeight={225}
    filterDebounce={150}
    id="picky"
    includeSelectAll={true}
    keepOpen={true}
    multiple={false}
    numberDisplayed={1}
    onChange={[Function]}
    options={Array []}
    placeholder="Select season(s)"
    renderList={[Function]}
    selectAllMode="default"
    selectAllText="Select all"
    tabIndex={0}
    value={Array []}
  />
</div>
`;