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