test('fit  cover renders', () => {
    const { container } = render(<App fit="cover" />);
    expect(container.firstChild).toMatchSnapshot();
  });