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