ModusCreateOrg/budgeting

View on GitHub
app/components/Legend/__tests__/__snapshots__/LegendItem-test.js.snap

Summary

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

exports[`renders correctly 1`] = `
<li
  style={
    Object {
      "color": "test",
    }
  }
>
  <span>
    test
  </span>
  <span
    className="value"
  >
     
    $3.00
     
  </span>
</li>
`;