DeFiCh/wallet

View on GitHub
mobile-app/app/screens/ErrorBoundary/__snapshots__/ErrorBoundary.test.tsx.snap

Summary

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

exports[`ErrorBoundary when there is no error <ErrorBoundary /> should render children components 1`] = `
<Text>
  'Child Component'
</Text>
`;