-
Notifications
You must be signed in to change notification settings - Fork 27.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(test): fix typo occured => occurred #63287
Conversation
Stats from current PRDefault BuildGeneral
Client Bundles (main, webpack)
Legacy Client Bundles (polyfills)
Client Pages
Client Build Manifests
Rendered Page Sizes
Edge SSR bundle Size
Middleware size
Next Runtimes
build cache
Diff detailsDiff for middleware.jsDiff too large to display |
Failing test suitesCommit: 53ebc3a
Expand output● i18n Support basePath › with localeDetection disabled › production mode › should have localeDetection in routes-manifest
● i18n Support basePath › with localeDetection disabled › production mode › should not detect locale from accept-language
● i18n Support basePath › with localeDetection disabled › production mode › should set locale from detected path
Read more about building and testing Next.js in contributing.md.
Expand output● i18n Support › production mode › should output correct prerender-manifest
● i18n Support › with trailingSlash: true › production mode › should preload all locales data correctly
● i18n Support › with trailingSlash: true › production mode › should have correct locale domain hrefs
● i18n Support › with trailingSlash: true › production mode › should redirect correctly
● i18n Support › with trailingSlash: true › production mode › should serve pages correctly with locale prefix
● i18n Support › with trailingSlash: true › production mode › should return 404 error for repeating locales
● i18n Support › with trailingSlash: true › production mode › should navigate between pages correctly
● i18n Support › with trailingSlash: false › production mode › should redirect correctly
Read more about building and testing Next.js in contributing.md.
Expand output● Client Navigation › with onClick action › should not reload if default was prevented
Read more about building and testing Next.js in contributing.md. |
Closes #63276
Closes NEXT-2818