import * as React from 'react'; import { render, screen } from '@testing-library/react'; import Block from '../index'; describe('Block', () => { it('should render the Block component', async () => { const child =