Skip to content

Commit

Permalink
Update Turbopack test manifest (#63231)
Browse files Browse the repository at this point in the history
This auto-generated PR updates the integration test manifest used when
testing Turbopack.
  • Loading branch information
vercel-release-bot authored Mar 13, 2024
1 parent 9603b20 commit 23759ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,6 @@
"test/e2e/app-dir/actions/app-action.test.ts": {
"passed": [
"app-dir action handling \"use server\" export values should error when exporting non async functions at build time",
"app-dir action handling \"use server\" export values should error when exporting non async functions during runtime",
"app-dir action handling Edge SSR should allow cookie and header async storages",
"app-dir action handling Edge SSR should handle basic actions correctly",
"app-dir action handling Edge SSR should handle redirect to a relative URL in a single pass",
Expand Down Expand Up @@ -3795,6 +3794,7 @@
"app dir - metadata opengraph should pick up opengraph-image and twitter-image as static metadata files",
"app dir - metadata opengraph should support opengraph tags",
"app dir - metadata opengraph should support opengraph with article type",
"app dir - metadata should not crash from error thrown during preloading nested generateMetadata",
"app dir - metadata should not effect metadata images convention like files under pages directory",
"app dir - metadata static routes should have /favicon.ico as route",
"app dir - metadata static routes should support root dir robots.txt",
Expand Down Expand Up @@ -6491,8 +6491,8 @@
"passed": [
"og-api should respond from index",
"og-api should throw error when returning a response object in pages/api in node runtime",
"og-api should work in app route in node runtime",
"og-api should work in app route",
"og-api should work in app route in node runtime",
"og-api should work in pages/api"
],
"failed": [],
Expand Down

0 comments on commit 23759ef

Please sign in to comment.