/** * Copyright (c) 2019 Paul Armstrong */ import Button from '../Button'; import React from 'react'; import Ripple from '../Ripple'; import { fireEvent, render } from 'react-native-testing-library'; import { StyleSheet, TouchableOpacity } from 'react-native'; describe('Button', () => { describe('icon', () => { test('renders an icon before the title', () => { const FakeIcon = (): React.ReactElement =>
; const { getByType } = render(