import { render } from '@testing-library/react'; import React from 'react'; import { SpinnerRomb } from '../SpinnerRomb'; describe('SpinnerRomb', () => { it('exists for backward compatibility', () => { const { container } = render( , ); expect(container).toMatchSnapshot(); }); });