import { render, screen } from '@testing-library/react'; import { Button } from './Button'; import styles from './Button.module.scss'; const ArrowIcon = () => ; describe('button tests', () => { it('renders button', () => { render(