import * as React from 'react'; import { render } from '@testing-library/react'; import { SummaryList, SummaryListItem, SummaryListItemKey, SummaryListItemValue, SummaryListItemAction, } from '@digigov/ui/content/SummaryList'; it('renders the SummaryList with sample data', () => { expect( render( Όνομα Μάριος Αλλαγή Επώνυμο Μενεξές ).baseElement ).toMatchSnapshot(); });