import { Button } from './Button' import { theme } from '@/design-system' import { cleanup, render, fireEvent, act } from '@/utils/testUtils' const baseStyles = { alignItems: 'center', borderRadius: 4, flexDirection: 'row', justifyContent: 'center', paddingHorizontal: 14, paddingVertical: 10, } afterEach(cleanup) describe('Button', () => { it('renders correctly', () => { const { toJSON } = render(