vercel / next.js

The React Framework
https://nextjs.org
MIT License
122.59k stars 26.23k forks source link

Update Turbopack development test manifest #67175

Closed vercel-release-bot closed 3 days ago

vercel-release-bot commented 4 days ago

This auto-generated PR updates the development integration test manifest used when testing Turbopack.

ijjk commented 4 days ago

Failing test suites

Commit: 7bd96271a144da2191dedb7bdeaa54713f7fcc1f

pnpm test-dev test/e2e/app-dir/params-hooks-compat/index.test.ts

Expand output ● app-dir - params hooks compat › should only access search params with useSearchParams expect(received).toEqual(expected) // deep equality - Expected - 3 + Received + 1 - Object { - "q": "pages", - } + Object {} 17 | 18 | expect(appSearchparamsJSON).toEqual({ q: 'app' }) > 19 | expect(pagesSearchparamsJSON).toEqual({ q: 'pages' }) | ^ 20 | }) 21 | 22 | it('should only access path params with useParams', async () => { at Object.toEqual (e2e/app-dir/params-hooks-compat/index.test.ts:19:35)

Read more about building and testing Next.js in contributing.md.