|
4022 | 4022 | "Cache Components Errors Dev With `use cache: private` in `unstable_cache` should show a redbox error",
|
4023 | 4023 | "Cache Components Errors Dev With `use cache: private` in `use cache` should show a redbox error",
|
4024 | 4024 | "Cache Components Errors Dev With `use cache: private` with `connection()` should show a redbox error",
|
4025 |
| - "Cache Components Errors Dev With `use cache: private` with `headers()` should show a redbox error", |
4026 | 4025 | "Cache Components Errors Dev With `use cache: private` without Suspense should show a redbox error"
|
4027 | 4026 | ],
|
4028 | 4027 | "failed": [],
|
|
7852 | 7851 | "flakey": [],
|
7853 | 7852 | "runtimeError": false
|
7854 | 7853 | },
|
7855 |
| - "test/e2e/app-dir/router-disable-smooth-scroll/router-disable-smooth-scroll.legacy.test.ts": { |
7856 |
| - "passed": [ |
7857 |
| - "router smooth scroll optimization (legacy with data attribute) should not warn when data attribute is present even in legacy mode", |
7858 |
| - "router smooth scroll optimization (legacy) should work with smooth scroll CSS and warn in development" |
7859 |
| - ], |
7860 |
| - "failed": [], |
7861 |
| - "pending": [], |
7862 |
| - "flakey": [], |
7863 |
| - "runtimeError": false |
7864 |
| - }, |
7865 | 7854 | "test/e2e/app-dir/router-disable-smooth-scroll/router-disable-smooth-scroll.optimized.test.ts": {
|
7866 | 7855 | "passed": [
|
7867 |
| - "router smooth scroll optimization (optimized early exit) should exit early when CSS smooth scroll detected but no data attribute", |
7868 |
| - "router smooth scroll optimization (optimized) should work with smooth scroll CSS and data attribute without warning" |
| 7856 | + "router smooth scroll optimization (optimized early exit) should warn in dev when CSS smooth scroll detected but no data attribute", |
| 7857 | + "router smooth scroll optimization should work with smooth scroll CSS and data attribute without warning" |
7869 | 7858 | ],
|
7870 | 7859 | "failed": [],
|
7871 | 7860 | "pending": [],
|
|
8864 | 8853 | "test/e2e/app-dir/typed-routes/typed-routes.test.ts": {
|
8865 | 8854 | "passed": [
|
8866 | 8855 | "typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax",
|
| 8856 | + "typed-routes should exit typegen successfully", |
8867 | 8857 | "typed-routes should generate RouteContext type for route handlers",
|
8868 | 8858 | "typed-routes should generate route types correctly",
|
8869 | 8859 | "typed-routes should update route types file when routes change"
|
|
9211 | 9201 | "runtimeError": false
|
9212 | 9202 | },
|
9213 | 9203 | "test/e2e/app-dir/with-babel/with-babel.test.ts": {
|
9214 |
| - "passed": ["with babel with babel should support babel in app dir"], |
| 9204 | + "passed": ["with babel should support babel in app dir"], |
9215 | 9205 | "failed": [],
|
9216 | 9206 | "pending": [],
|
9217 | 9207 | "flakey": [],
|
|
9315 | 9305 | "flakey": [],
|
9316 | 9306 | "runtimeError": false
|
9317 | 9307 | },
|
| 9308 | + "test/e2e/babel/index.test.js": { |
| 9309 | + "passed": ["Babel Should compile a page with flowtype correctly"], |
| 9310 | + "failed": [], |
| 9311 | + "pending": [], |
| 9312 | + "flakey": [], |
| 9313 | + "runtimeError": false |
| 9314 | + }, |
9318 | 9315 | "test/e2e/basepath/basepath.test.ts": {
|
9319 | 9316 | "passed": [
|
9320 | 9317 | "basePath should 404 for public file without basePath",
|
|
11957 | 11954 | "flakey": [],
|
11958 | 11955 | "runtimeError": false
|
11959 | 11956 | },
|
| 11957 | + "test/e2e/transpile-packages-typescript-foreign/index.test.ts": { |
| 11958 | + "passed": [ |
| 11959 | + "transpile-packages-typescript-foreign with transpilePackages should work" |
| 11960 | + ], |
| 11961 | + "failed": [ |
| 11962 | + "transpile-packages-typescript-foreign without transpilePackages should fail" |
| 11963 | + ], |
| 11964 | + "pending": [], |
| 11965 | + "flakey": [], |
| 11966 | + "runtimeError": false |
| 11967 | + }, |
11960 | 11968 | "test/e2e/transpile-packages/index.test.ts": {
|
11961 | 11969 | "passed": [
|
11962 | 11970 | "transpile packages css should handle css modules imports inside transpiled modules",
|
|
12830 | 12838 | "flakey": [],
|
12831 | 12839 | "runtimeError": false
|
12832 | 12840 | },
|
12833 |
| - "test/integration/babel/test/index.test.js": { |
12834 |
| - "passed": [ |
12835 |
| - "Babel Rendering via HTTP Should compile a page with flowtype correctly" |
12836 |
| - ], |
12837 |
| - "failed": [], |
12838 |
| - "pending": [], |
12839 |
| - "flakey": [], |
12840 |
| - "runtimeError": false |
12841 |
| - }, |
12842 | 12841 | "test/integration/basepath-root-catch-all/test/index.test.js": {
|
12843 | 12842 | "passed": [
|
12844 | 12843 | "development mode should use correct data URL for root catch-all"
|
|
13123 | 13122 | "test/integration/config-mjs/test/index.test.ts": {
|
13124 | 13123 | "passed": [
|
13125 | 13124 | "Configuration correctly imports a package that defines `module` but no `main` in package.json",
|
13126 |
| - "Configuration renders public config on the server only", |
13127 |
| - "Configuration renders server config on the server only", |
13128 | 13125 | "Configuration should disable X-Powered-By header support",
|
13129 |
| - "Configuration should have config available on the client" |
| 13126 | + "Configuration should have env variables available on the client" |
13130 | 13127 | ],
|
13131 | 13128 | "failed": [],
|
13132 | 13129 | "pending": [],
|
|
13201 | 13198 | "test/integration/config/test/index.test.js": {
|
13202 | 13199 | "passed": [
|
13203 | 13200 | "Configuration correctly imports a package that defines `module` but no `main` in package.json",
|
13204 |
| - "Configuration renders public config on the server only", |
13205 |
| - "Configuration renders server config on the server only", |
13206 | 13201 | "Configuration should disable X-Powered-By header support",
|
13207 |
| - "Configuration should have config available on the client" |
| 13202 | + "Configuration should have env variables available on the client" |
13208 | 13203 | ],
|
13209 | 13204 | "failed": [],
|
13210 | 13205 | "pending": [],
|
|
0 commit comments