Skip to content

Commit d05cfe8

Browse files
update/rspack-manifest-1748156499125
1 parent dc84c3f commit d05cfe8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,8 @@
13411341
"app dir - basic should pass props from getServerSideProps in root layout",
13421342
"app dir - basic should provide query for getStaticProps page correctly",
13431343
"app dir - basic should return normalized dynamic route params for catch-all edge page",
1344+
"app dir - basic should return the `vary` header from edge runtime",
1345+
"app dir - basic should return the `vary` header from pages for flight requests",
13441346
"app dir - basic should run generate command correctly",
13451347
"app dir - basic should serve /index as separate page",
13461348
"app dir - basic should serve dynamic parameter",
@@ -1462,6 +1464,8 @@
14621464
"app dir - basic should not share edge workers",
14631465
"app dir - basic should pass props from getServerSideProps in root layout",
14641466
"app dir - basic should return normalized dynamic route params for catch-all edge page",
1467+
"app dir - basic should return the `vary` header from edge runtime",
1468+
"app dir - basic should return the `vary` header from pages for flight requests",
14651469
"app dir - basic should serve /index as separate page",
14661470
"app dir - basic should serve dynamic parameter",
14671471
"app dir - basic should serve dynamic route from pages",
@@ -8944,9 +8948,9 @@
89448948
},
89458949
"test/e2e/vary-header/test/index.test.ts": {
89468950
"passed": [
8947-
"Vary Header Tests should preserve custom vary header",
8951+
"Vary Header Tests should preserve custom vary header and append RSC headers in app route handlers",
89488952
"Vary Header Tests should preserve custom vary header in API routes",
8949-
"Vary Header Tests should preserve middleware vary header"
8953+
"Vary Header Tests should preserve middleware vary header in combination with route handlers"
89508954
],
89518955
"failed": [],
89528956
"pending": [],
@@ -18116,32 +18120,30 @@
1811618120
"test/integration/typescript-paths/test/index.test.js": {
1811718121
"passed": [
1811818122
"typescript paths default behavior should alias components",
18123+
"typescript paths default behavior should not resolve to .d.ts files",
1811918124
"typescript paths default behavior should resolve a single matching alias",
1812018125
"typescript paths default behavior should resolve the first item in the array first",
1812118126
"typescript paths default behavior should resolve the second item in as a fallback",
1812218127
"typescript paths without baseurl default behavior should alias components",
18128+
"typescript paths without baseurl default behavior should not resolve to .d.ts files",
1812318129
"typescript paths without baseurl default behavior should resolve a single matching alias",
1812418130
"typescript paths without baseurl default behavior should resolve the first item in the array first",
1812518131
"typescript paths without baseurl default behavior should resolve the second item in as a fallback"
1812618132
],
18127-
"failed": [
18128-
"typescript paths default behavior should not resolve to .d.ts files",
18129-
"typescript paths without baseurl default behavior should not resolve to .d.ts files"
18130-
],
18133+
"failed": [],
1813118134
"pending": [],
1813218135
"flakey": [],
1813318136
"runtimeError": false
1813418137
},
1813518138
"test/integration/typescript-workspaces-paths/packages/www/test/index.test.js": {
1813618139
"passed": [
1813718140
"TypeScript Features default behavior should alias components",
18141+
"TypeScript Features default behavior should not resolve to .d.ts files",
1813818142
"TypeScript Features default behavior should resolve a single matching alias",
1813918143
"TypeScript Features default behavior should resolve the first item in the array first",
1814018144
"TypeScript Features default behavior should resolve the second item in as a fallback"
1814118145
],
18142-
"failed": [
18143-
"TypeScript Features default behavior should not resolve to .d.ts files"
18144-
],
18146+
"failed": [],
1814518147
"pending": [],
1814618148
"flakey": [],
1814718149
"runtimeError": false

0 commit comments

Comments
 (0)