import * as React from 'react'; import { render } from '@testing-library/react'; import Component from '@digigov/ui/content/Blockquote'; it('renders the Blockquote with sample data', () => { expect( render(this is some random data).baseElement ).toMatchSnapshot(); });