teamdigitale/italia-app

View on GitHub
ts/components/ui/__test__/__snapshots__/ActivityIndicator.test.tsx.snap

Summary

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

exports[`ActivityIndicator should match the snapshot with default props 1`] = `
<ActivityIndicator
  color="#0073E6"
  size="large"
  testID="rn-activity-indicator"
/>
`;