import React from 'react'; import { render } from '@testing-library/react'; import FiveHundred from './FiveHundred'; describe('', () => { it('renders with all the props', () => { const { container } = render(); expect(container).toMatchSnapshot(); }); });