diff --git a/test/production/next/jest/index.test.ts b/test/production/next/jest/index.test.ts index 9d65e91b2b79215..73265c52fcdbf5b 100644 --- a/test/production/next/jest/index.test.ts +++ b/test/production/next/jest/index.test.ts @@ -27,7 +27,8 @@ describe('next/jest', () => { export default function Page() { return <> - logo + logo + logo 2

hello world

}