MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/BidderPortfolio/TopNav/Navigation/__snapshots__/Navigation.test.jsx.snap

Summary

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

exports[`NavigationComponent matches snapshot 1`] = `
<div
  className="usa-grid-full"
>
  <NavigationList
    counts={
      Object {
        "all_clients": 100,
        "bidding_clients": 50,
        "bidding_no_handshake": 10,
        "in_panel_clients": 20,
        "on_post_clients": 30,
      }
    }
  />
</div>
`;