/** * @jest-environment jsdom */ import React from 'react'; import renderer from 'react-test-renderer'; import 'jest-styled-components'; import { Store, files } from '../../mocks'; import { Files } from '@components/manifest'; it('renders without throwing', () => { const tree = renderer .create( {}} readOnly /> ) .toJSON(); expect(tree).toMatchSnapshot(); });