ModusCreateOrg/budgeting

View on GitHub
app/containers/BudgetGrid/__tests__/__snapshots__/index-test.js.snap

Summary

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

exports[`renders correctly 1`] = `
<table
  className="budgetGrid"
>
  <thead>
    <tr>
      <th>
        Category
      </th>
      <th>
        Description
      </th>
      <th>
        Amount
      </th>
    </tr>
  </thead>
  <tbody />
  <tfoot />
</table>
`;