|
1341 | 1341 | "app dir - basic should pass props from getServerSideProps in root layout",
|
1342 | 1342 | "app dir - basic should provide query for getStaticProps page correctly",
|
1343 | 1343 | "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", |
1344 | 1346 | "app dir - basic should run generate command correctly",
|
1345 | 1347 | "app dir - basic should serve /index as separate page",
|
1346 | 1348 | "app dir - basic should serve dynamic parameter",
|
|
1462 | 1464 | "app dir - basic should not share edge workers",
|
1463 | 1465 | "app dir - basic should pass props from getServerSideProps in root layout",
|
1464 | 1466 | "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", |
1465 | 1469 | "app dir - basic should serve /index as separate page",
|
1466 | 1470 | "app dir - basic should serve dynamic parameter",
|
1467 | 1471 | "app dir - basic should serve dynamic route from pages",
|
|
8944 | 8948 | },
|
8945 | 8949 | "test/e2e/vary-header/test/index.test.ts": {
|
8946 | 8950 | "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", |
8948 | 8952 | "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" |
8950 | 8954 | ],
|
8951 | 8955 | "failed": [],
|
8952 | 8956 | "pending": [],
|
@@ -18116,32 +18120,30 @@
|
18116 | 18120 | "test/integration/typescript-paths/test/index.test.js": {
|
18117 | 18121 | "passed": [
|
18118 | 18122 | "typescript paths default behavior should alias components",
|
| 18123 | + "typescript paths default behavior should not resolve to .d.ts files", |
18119 | 18124 | "typescript paths default behavior should resolve a single matching alias",
|
18120 | 18125 | "typescript paths default behavior should resolve the first item in the array first",
|
18121 | 18126 | "typescript paths default behavior should resolve the second item in as a fallback",
|
18122 | 18127 | "typescript paths without baseurl default behavior should alias components",
|
| 18128 | + "typescript paths without baseurl default behavior should not resolve to .d.ts files", |
18123 | 18129 | "typescript paths without baseurl default behavior should resolve a single matching alias",
|
18124 | 18130 | "typescript paths without baseurl default behavior should resolve the first item in the array first",
|
18125 | 18131 | "typescript paths without baseurl default behavior should resolve the second item in as a fallback"
|
18126 | 18132 | ],
|
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": [], |
18131 | 18134 | "pending": [],
|
18132 | 18135 | "flakey": [],
|
18133 | 18136 | "runtimeError": false
|
18134 | 18137 | },
|
18135 | 18138 | "test/integration/typescript-workspaces-paths/packages/www/test/index.test.js": {
|
18136 | 18139 | "passed": [
|
18137 | 18140 | "TypeScript Features default behavior should alias components",
|
| 18141 | + "TypeScript Features default behavior should not resolve to .d.ts files", |
18138 | 18142 | "TypeScript Features default behavior should resolve a single matching alias",
|
18139 | 18143 | "TypeScript Features default behavior should resolve the first item in the array first",
|
18140 | 18144 | "TypeScript Features default behavior should resolve the second item in as a fallback"
|
18141 | 18145 | ],
|
18142 |
| - "failed": [ |
18143 |
| - "TypeScript Features default behavior should not resolve to .d.ts files" |
18144 |
| - ], |
| 18146 | + "failed": [], |
18145 | 18147 | "pending": [],
|
18146 | 18148 | "flakey": [],
|
18147 | 18149 | "runtimeError": false
|
|
0 commit comments