import { render } from '@test-utils'; import Meta from './meta'; describe('Meta', () => { it('renders a Meta component', () => { render(); }); });