import React from 'react'; import { render } from '@testing-library/react'; import ScrollableArea from './ScrollableArea'; describe('', () => { it('renders the component with the required props', () => { const { container } = render(This is an example); expect(container.firstChild).toMatchSnapshot(); }); });