MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Containers/AuthorizedWrapper/__snapshots__/AuthorizedWrapper.test.jsx.snap

Summary

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

exports[`AuthorizedWrapper matches snapshot when isAuthorized returns false 1`] = `
<div
  className="authorized-wrapper"
/>
`;

exports[`AuthorizedWrapper matches snapshot when isAuthorized returns true 1`] = `
<div
  className="authorized-wrapper"
>
  <span>
    test
  </span>
</div>
`;