ModusCreateOrg/budgeting

View on GitHub
app/components/StackedChart/__tests__/__snapshots__/Rect-test.js.snap

Summary

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

exports[`renders correctly 1`] = `
<rect
  fill="test"
  height={100}
  width={100}
  y={3}
/>
`;