1 2 3 4 5 6 7
export default function Home() { return <div data-test-id="1"> <div> <h1 data-testid="3">Hello World!</h1> </div> </div>; }