MetaPhase-Consulting/State-TalentMAP

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

Summary

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

exports[`PositionViews matches snapshot 1`] = `
<span>
  100 Test
</span>
`;

exports[`PositionViews matches snapshot when hasErrored 1`] = `
<span>
  100 Test
</span>
`;

exports[`PositionViews matches snapshot when isLoading 1`] = `
<span>
  <Skeleton
    count={1}
    duration={1.2}
    width={null}
    wrapper={null}
  />
</span>
`;