MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`ResultsPillContainerComponent matches snapshot 1`] = `
<div
  className="mt-20 collapsible-container "
>
  <InteractiveElement
    className=""
    onClick={[Function]}
    title="Show Filters"
    type="div"
  >
    <div
      className="collapsible-title "
    >
      Click to Show Filter Selections
    </div>
  </InteractiveElement>
  <div
    className="collapsible-section cc-section-label hideCollapse"
  >
    <PillList
      items={
        Array [
          Object {
            "codeRef": "code",
            "description": "a",
            "selectionRef": "selection",
          },
          Object {
            "codeRef": "code2",
            "description": "c",
            "selectionRef": "selection2",
          },
          Object {
            "codeRef": "code3",
            "description": "c",
            "selectionRef": "selection3",
          },
          Object {
            "codeRef": "code4",
            "description": "d",
            "selectionRef": "selection3",
          },
          Object {
            "codeRef": "code2",
            "description": "b",
            "selectionRef": "selection2",
          },
        ]
      }
      onPillClick={[Function]}
    />
  </div>
</div>
`;