import { fireEvent, render } from '@testing-library/react-native' import * as React from 'react' import Button, { BtnTypes, TextSizes } from 'src/components/Button' describe('Button', () => { describe('when pressed', () => { it('fires the onPress prop', () => { const handler = jest.fn() const { getByTestId } = render(