mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
4588a73542
## What? Converts existing `createNext()` usage into `nextTestSetup()`. `createNext()` was the setup step we had before `nextTestSetup()` was added. This PR focused on the simple conversion cases. There will be a follow-up to complete the last few. --------- Co-authored-by: Cursor <cursoragent@cursor.com>