import { it } from '@jest/globals'; it('renders correctly', () => { expect(1).toBe(1); });