mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
f052fa8d6c
### What? Fix the `with-cypress` example build errors. ### Why? `next build` is broken. ### How? exclude tests from compilation, fix import Fixes #50124 Closes NEXT-2629