ModusCreateOrg/budgeting

View on GitHub
app/components/Header/__tests__/__snapshots__/Logo-test.js.snap

Summary

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

exports[`renders correctly 1`] = `
<a
  href="http://www.moduscreate.com"
>
  <img
    alt="Modus Create"
    className="logo"
    src="mclogo.svg"
  />
</a>
`;