ModusCreateOrg/budgeting

View on GitHub
app/components/Balance/__tests__/__snapshots__/BalanceRow-test.js.snap

Summary

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

exports[`renders correctly 1`] = `
<div
  className="balanceRowContainer"
>
  <div
    className="balanceRow"
  >
    test
  </div>
</div>
`;