import { render } from '~/src/utils/test' import { Center } from './Center' import { type CenterProps } from './Center.types' import styles from './Center.module.scss' const CONTENT = 'Centered content' describe('Center', () => { const renderComponent = ({ children, ...rest }: CenterProps) => render(