import { render } from '@testing-library/react'; import { ModalFooter } from '../ModalFooter'; test('ModalFooter Test', () => { const { asFragment } = render(This is a ModalBox Footer); expect(asFragment()).toMatchSnapshot(); });