import { render, screen } from '@tests/utils';
import Main from './main';
const id = 'main';
const children = 'The main content.';
describe('Main', () => {
it('renders the content of main element', () => {
render({children});
expect(screen.getByRole('main')).toHaveTextContent(children);
});
});
nd.philippot.eu/www.armandphilippot.com' title='www.armandphilippot.com Git repository'/>