|
1118 | 1118 | "runtimeError": false |
1119 | 1119 | }, |
1120 | 1120 | "test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": { |
1121 | | - "passed": [], |
1122 | | - "failed": [ |
| 1121 | + "passed": [ |
1123 | 1122 | "Skipped in Turbopack optimizePackageImports - mui should support MUI" |
1124 | 1123 | ], |
| 1124 | + "failed": [], |
1125 | 1125 | "pending": [], |
1126 | 1126 | "flakey": [], |
1127 | 1127 | "runtimeError": false |
|
5469 | 5469 | "flakey": [], |
5470 | 5470 | "runtimeError": false |
5471 | 5471 | }, |
| 5472 | + "test/e2e/app-dir/metadata-invalid-image-file/metadata-invalid-image-file.test.ts": { |
| 5473 | + "passed": [ |
| 5474 | + "metadata-invalid-image-file should error on invalid metadata image file" |
| 5475 | + ], |
| 5476 | + "failed": [], |
| 5477 | + "pending": [], |
| 5478 | + "flakey": [], |
| 5479 | + "runtimeError": false |
| 5480 | + }, |
5472 | 5481 | "test/e2e/app-dir/metadata-json-manifest/index.test.ts": { |
5473 | 5482 | "passed": [ |
5474 | 5483 | "app-dir metadata-json-manifest should support metadata.json manifest" |
@@ -6017,100 +6026,207 @@ |
6017 | 6026 | "flakey": [], |
6018 | 6027 | "runtimeError": false |
6019 | 6028 | }, |
6020 | | - "test/e2e/app-dir/next-config-ts/config-as-async-function/index.test.ts": { |
| 6029 | + "test/e2e/app-dir/next-config-ts/async-function/async-function-cjs.test.ts": { |
| 6030 | + "passed": [ |
| 6031 | + "next-config-ts-async-function-cjs should support config as async function (CJS)" |
| 6032 | + ], |
| 6033 | + "failed": [], |
| 6034 | + "pending": [], |
| 6035 | + "flakey": [], |
| 6036 | + "runtimeError": false |
| 6037 | + }, |
| 6038 | + "test/e2e/app-dir/next-config-ts/async-function/async-function-esm.test.ts": { |
6021 | 6039 | "passed": [ |
6022 | | - "next-config-ts-config-as-async-function should support config as async function" |
| 6040 | + "next-config-ts-async-function-esm should support config as async function (ESM)" |
6023 | 6041 | ], |
6024 | 6042 | "failed": [], |
6025 | 6043 | "pending": [], |
6026 | 6044 | "flakey": [], |
6027 | 6045 | "runtimeError": false |
6028 | 6046 | }, |
6029 | | - "test/e2e/app-dir/next-config-ts/export-as-default/index.test.ts": { |
| 6047 | + "test/e2e/app-dir/next-config-ts/export-as-default/next-config-ts-export-as-default-cjs.test.ts": { |
6030 | 6048 | "passed": [ |
6031 | | - "next-config-ts-export-as-default should support export { x as default }" |
| 6049 | + "next-config-ts-export-as-default-cjs should support export as default (CJS)" |
6032 | 6050 | ], |
6033 | 6051 | "failed": [], |
6034 | 6052 | "pending": [], |
6035 | 6053 | "flakey": [], |
6036 | 6054 | "runtimeError": false |
6037 | 6055 | }, |
6038 | | - "test/e2e/app-dir/next-config-ts/export-default/index.test.ts": { |
| 6056 | + "test/e2e/app-dir/next-config-ts/export-as-default/next-config-ts-export-as-default-esm.test.ts": { |
6039 | 6057 | "passed": [ |
6040 | | - "next-config-ts-export-default should support export default { ... }" |
| 6058 | + "next-config-ts-export-as-default-esm should support export as default (ESM)" |
6041 | 6059 | ], |
6042 | 6060 | "failed": [], |
6043 | 6061 | "pending": [], |
6044 | 6062 | "flakey": [], |
6045 | 6063 | "runtimeError": false |
6046 | 6064 | }, |
6047 | | - "test/e2e/app-dir/next-config-ts/import-alias/index.test.ts": { |
6048 | | - "passed": ["next-config-ts-import-alias should support import alias"], |
| 6065 | + "test/e2e/app-dir/next-config-ts/export-default/next-config-ts-export-default-cjs.test.ts": { |
| 6066 | + "passed": [ |
| 6067 | + "next-config-ts-export-default-cjs should support export default (CJS)" |
| 6068 | + ], |
6049 | 6069 | "failed": [], |
6050 | 6070 | "pending": [], |
6051 | 6071 | "flakey": [], |
6052 | 6072 | "runtimeError": false |
6053 | 6073 | }, |
6054 | | - "test/e2e/app-dir/next-config-ts/import-from-node-modules/index.test.ts": { |
| 6074 | + "test/e2e/app-dir/next-config-ts/export-default/next-config-ts-export-default-esm.test.ts": { |
6055 | 6075 | "passed": [ |
6056 | | - "next-config-ts-import-from-node-modules should import from node_modules" |
| 6076 | + "next-config-ts-export-default-esm should support export default (ESM)" |
6057 | 6077 | ], |
6058 | 6078 | "failed": [], |
6059 | 6079 | "pending": [], |
6060 | 6080 | "flakey": [], |
6061 | 6081 | "runtimeError": false |
6062 | 6082 | }, |
6063 | | - "test/e2e/app-dir/next-config-ts/import-json/index.test.ts": { |
6064 | | - "passed": ["next-config-ts-import-json should support import json"], |
| 6083 | + "test/e2e/app-dir/next-config-ts/import-alias-paths-only/next-config-ts-import-alias-paths-only-cjs.test.ts": { |
| 6084 | + "passed": [ |
| 6085 | + "next-config-ts-import-alias-paths-only-cjs should support import alias paths only (CJS)" |
| 6086 | + ], |
6065 | 6087 | "failed": [], |
6066 | 6088 | "pending": [], |
6067 | 6089 | "flakey": [], |
6068 | 6090 | "runtimeError": false |
6069 | 6091 | }, |
6070 | | - "test/e2e/app-dir/next-config-ts/nested-imports/index.test.ts": { |
6071 | | - "passed": ["next-config-ts-nested-imports should handle nested imports"], |
| 6092 | + "test/e2e/app-dir/next-config-ts/import-alias-paths-only/next-config-ts-import-alias-paths-only-esm.test.ts": { |
| 6093 | + "passed": [ |
| 6094 | + "next-config-ts-import-alias-paths-only-esm should support import alias paths only (ESM)" |
| 6095 | + ], |
6072 | 6096 | "failed": [], |
6073 | 6097 | "pending": [], |
6074 | 6098 | "flakey": [], |
6075 | 6099 | "runtimeError": false |
6076 | 6100 | }, |
6077 | | - "test/e2e/app-dir/next-config-ts/node-api/index.test.ts": { |
6078 | | - "passed": ["next-config-ts-node-api should be able to use Node.js API"], |
| 6101 | + "test/e2e/app-dir/next-config-ts/import-alias-paths-with-baseurl/next-config-ts-import-alias-paths-with-baseurl-cjs.test.ts": { |
| 6102 | + "passed": [ |
| 6103 | + "next-config-ts-import-alias-paths-with-baseurl-cjs should support import alias paths with baseUrl (CJS)" |
| 6104 | + ], |
6079 | 6105 | "failed": [], |
6080 | 6106 | "pending": [], |
6081 | 6107 | "flakey": [], |
6082 | 6108 | "runtimeError": false |
6083 | 6109 | }, |
6084 | | - "test/e2e/app-dir/next-config-ts/pkg-commonjs/index.test.ts": { |
| 6110 | + "test/e2e/app-dir/next-config-ts/import-alias-paths-with-baseurl/next-config-ts-import-alias-paths-with-baseurl-esm.test.ts": { |
6085 | 6111 | "passed": [ |
6086 | | - "next-config-ts-pkg-commonjs should handle ESM modules in CommonJS project" |
| 6112 | + "next-config-ts-import-alias-paths-with-baseurl-esm should support import alias paths with baseUrl (ESM)" |
6087 | 6113 | ], |
6088 | 6114 | "failed": [], |
6089 | 6115 | "pending": [], |
6090 | 6116 | "flakey": [], |
6091 | 6117 | "runtimeError": false |
6092 | 6118 | }, |
6093 | | - "test/e2e/app-dir/next-config-ts/pkg-module/index.test.ts": { |
| 6119 | + "test/e2e/app-dir/next-config-ts/import-from-node-modules/next-config-ts-import-from-node-modules-cjs.test.ts": { |
6094 | 6120 | "passed": [ |
6095 | | - "next-config-ts-pkg-module should handle ESM modules in CommonJS project" |
| 6121 | + "next-config-ts-import-from-node-modules-cjs should import from node_modules (CJS)" |
6096 | 6122 | ], |
6097 | 6123 | "failed": [], |
6098 | 6124 | "pending": [], |
6099 | 6125 | "flakey": [], |
6100 | 6126 | "runtimeError": false |
6101 | 6127 | }, |
6102 | | - "test/e2e/app-dir/next-config-ts/tsconfig-extends/index.test.ts": { |
| 6128 | + "test/e2e/app-dir/next-config-ts/import-from-node-modules/next-config-ts-import-from-node-modules-esm.test.ts": { |
6103 | 6129 | "passed": [ |
6104 | | - "next-config-ts-tsconfig-extends should support tsconfig extends" |
| 6130 | + "next-config-ts-import-from-node-modules-esm should import from node_modules (ESM)" |
6105 | 6131 | ], |
6106 | 6132 | "failed": [], |
6107 | 6133 | "pending": [], |
6108 | 6134 | "flakey": [], |
6109 | 6135 | "runtimeError": false |
6110 | 6136 | }, |
6111 | | - "test/e2e/app-dir/next-config-ts/type-error/index.test.ts": { |
| 6137 | + "test/e2e/app-dir/next-config-ts/import-js-extensions-cjs/next-config-ts-import-js-extensions-cjs.test.ts": { |
6112 | 6138 | "passed": [ |
6113 | | - "next-config-ts-type-error should throw with type error on build" |
| 6139 | + "next-config-ts-import-js-extensions-cjs should import js extensions (CJS)" |
| 6140 | + ], |
| 6141 | + "failed": [], |
| 6142 | + "pending": [], |
| 6143 | + "flakey": [], |
| 6144 | + "runtimeError": false |
| 6145 | + }, |
| 6146 | + "test/e2e/app-dir/next-config-ts/import-js-extensions-esm/next-config-ts-import-js-extensions-esm.test.ts": { |
| 6147 | + "passed": [ |
| 6148 | + "next-config-ts-import-js-extensions-esm should import js extensions (ESM)" |
| 6149 | + ], |
| 6150 | + "failed": [], |
| 6151 | + "pending": [], |
| 6152 | + "flakey": [], |
| 6153 | + "runtimeError": false |
| 6154 | + }, |
| 6155 | + "test/e2e/app-dir/next-config-ts/import-json/next-config-ts-import-json-cjs.test.ts": { |
| 6156 | + "passed": [ |
| 6157 | + "next-config-ts-import-json-cjs should support import json (CJS)" |
| 6158 | + ], |
| 6159 | + "failed": [], |
| 6160 | + "pending": [], |
| 6161 | + "flakey": [], |
| 6162 | + "runtimeError": false |
| 6163 | + }, |
| 6164 | + "test/e2e/app-dir/next-config-ts/import-json/next-config-ts-import-json-esm.test.ts": { |
| 6165 | + "passed": [ |
| 6166 | + "next-config-ts-import-json-esm should support import json (ESM)" |
| 6167 | + ], |
| 6168 | + "failed": [], |
| 6169 | + "pending": [], |
| 6170 | + "flakey": [], |
| 6171 | + "runtimeError": false |
| 6172 | + }, |
| 6173 | + "test/e2e/app-dir/next-config-ts/nested-imports/next-config-ts-nested-imports-cjs.test.ts": { |
| 6174 | + "passed": [ |
| 6175 | + "next-config-ts-nested-imports-cjs should handle nested imports (CJS)" |
| 6176 | + ], |
| 6177 | + "failed": [], |
| 6178 | + "pending": [], |
| 6179 | + "flakey": [], |
| 6180 | + "runtimeError": false |
| 6181 | + }, |
| 6182 | + "test/e2e/app-dir/next-config-ts/nested-imports/next-config-ts-nested-imports-esm.test.ts": { |
| 6183 | + "passed": [ |
| 6184 | + "next-config-ts-nested-imports-esm should handle nested imports (ESM)" |
| 6185 | + ], |
| 6186 | + "failed": [], |
| 6187 | + "pending": [], |
| 6188 | + "flakey": [], |
| 6189 | + "runtimeError": false |
| 6190 | + }, |
| 6191 | + "test/e2e/app-dir/next-config-ts/node-api-cjs/next-config-ts-node-api-cjs.test.ts": { |
| 6192 | + "passed": [ |
| 6193 | + "next-config-ts-node-api-cjs should be able to use Node.js API (CJS)" |
| 6194 | + ], |
| 6195 | + "failed": [], |
| 6196 | + "pending": [], |
| 6197 | + "flakey": [], |
| 6198 | + "runtimeError": false |
| 6199 | + }, |
| 6200 | + "test/e2e/app-dir/next-config-ts/tsconfig-extends/next-config-ts-tsconfig-extends-cjs.test.ts": { |
| 6201 | + "passed": [ |
| 6202 | + "next-config-ts-tsconfig-extends-cjs should support tsconfig extends (CJS)" |
| 6203 | + ], |
| 6204 | + "failed": [], |
| 6205 | + "pending": [], |
| 6206 | + "flakey": [], |
| 6207 | + "runtimeError": false |
| 6208 | + }, |
| 6209 | + "test/e2e/app-dir/next-config-ts/tsconfig-extends/next-config-ts-tsconfig-extends-esm.test.ts": { |
| 6210 | + "passed": [ |
| 6211 | + "next-config-ts-tsconfig-extends-esm should support tsconfig extends (ESM)" |
| 6212 | + ], |
| 6213 | + "failed": [], |
| 6214 | + "pending": [], |
| 6215 | + "flakey": [], |
| 6216 | + "runtimeError": false |
| 6217 | + }, |
| 6218 | + "test/e2e/app-dir/next-config-ts/type-error/next-config-ts-type-error-cjs.test.ts": { |
| 6219 | + "passed": [ |
| 6220 | + "next-config-ts-type-error-cjs should throw with type error on build (CJS)" |
| 6221 | + ], |
| 6222 | + "failed": [], |
| 6223 | + "pending": [], |
| 6224 | + "flakey": [], |
| 6225 | + "runtimeError": false |
| 6226 | + }, |
| 6227 | + "test/e2e/app-dir/next-config-ts/type-error/next-config-ts-type-error-esm.test.ts": { |
| 6228 | + "passed": [ |
| 6229 | + "next-config-ts-type-error-esm should throw with type error on build (ESM)" |
6114 | 6230 | ], |
6115 | 6231 | "failed": [], |
6116 | 6232 | "pending": [], |
|
11299 | 11415 | "flakey": [], |
11300 | 11416 | "runtimeError": false |
11301 | 11417 | }, |
| 11418 | + "test/e2e/turbopack-loader-config/index.test.ts": { |
| 11419 | + "passed": ["turbopack-loader-config should only run the test in turbopack"], |
| 11420 | + "failed": [], |
| 11421 | + "pending": [], |
| 11422 | + "flakey": [], |
| 11423 | + "runtimeError": false |
| 11424 | + }, |
11302 | 11425 | "test/e2e/turbopack-turbo-config-compatibility/index.test.ts": { |
11303 | 11426 | "passed": [], |
11304 | 11427 | "failed": [], |
|
0 commit comments