Skip to content
Merged
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
11 changes: 10 additions & 1 deletion test/rspack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3311,6 +3311,7 @@
"app dir - metadata dynamic routes should pick configured metadataBase instead of deployment url for canonical url",
"app dir - metadata dynamic routes should support edge runtime of image routes",
"app dir - metadata dynamic routes should use localhost for local prod and fallback to deployment url when metadataBase is falsy",
"app dir - metadata dynamic routes sitemap should 404 for non-existing id from generateImageMetadata",
"app dir - metadata dynamic routes sitemap should generate static paths of dynamic sitemap in production",
"app dir - metadata dynamic routes sitemap should handle sitemap.[ext] dynamic routes",
"app dir - metadata dynamic routes sitemap should not throw if client components are imported but not used in sitemap",
Expand Down Expand Up @@ -6479,7 +6480,8 @@
},
"test/e2e/app-dir/sitemap-group/sitemap-group.test.ts": {
"passed": [
"sitemap-group should not add suffix to sitemap under group routes"
"sitemap-group should not add suffix to sitemap under group routes",
"sitemap-group should not add suffix to static sitemap.xml under group routes"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -19931,6 +19933,13 @@
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/tsconfig-no-relative-resolve/tsconfig-no-relative-resolve.test.ts": {
"passed": ["tsconfig-no-relative-resolve should fail to build"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/typed-routes-with-webpack-worker/typed-routes-with-webpack-worker.test.ts": {
"passed": [
"app dir - typed-routes-with-webpack-worker builds successfully without errors",
Expand Down
Loading