import React from 'react'; import { CardContext } from '../Card'; import { CardExpandableContent } from '../CardExpandableContent'; import { render } from '@testing-library/react'; test('renders successfully', () => { const { asFragment } = render( ); expect(asFragment()).toMatchSnapshot(); });