ModusCreateOrg/budgeting

View on GitHub
app/components/ErrorBoundary/__tests__/__snapshots__/index-test.js.snap

Summary

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

exports[`renders a fallback component when the children component fails 1`] = `
<div>
  fallback
</div>
`;

exports[`renders a working component 1`] = `
<div>
  working
</div>
`;