it('should render with base structure', () => {
    const { container } = render(mockItem());

    jestExpect(container).toMatchSnapshot();
  });