Skip to content

Update Turbopack production test manifest #80011

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

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3652,11 +3652,13 @@
"app dir - next/font app dir - next-font preconnect should add preconnect when preloading is disabled in component",
"app dir - next/font app dir - next-font preconnect should add preconnect when preloading is disabled in layout",
"app dir - next/font app dir - next-font preconnect should add preconnect when preloading is disabled in page",
"app dir - next/font app dir - next-font preconnect should add preconnect when preloading is disabled in template",
"app dir - next/font app dir - next-font preconnect should not preconnect when css is used but no fonts",
"app dir - next/font app dir - next-font preload should preload correctly with client components",
"app dir - next/font app dir - next-font preload should preload correctly with layout using fonts",
"app dir - next/font app dir - next-font preload should preload correctly with page using fonts",
"app dir - next/font app dir - next-font preload should preload correctly with server components"
"app dir - next/font app dir - next-font preload should preload correctly with server components",
"app dir - next/font app dir - next-font preload should preload correctly with template using fonts"
],
"failed": [],
"pending": [],
Expand Down
Loading