|
1965 | 1965 | "flakey": [],
|
1966 | 1966 | "runtimeError": false
|
1967 | 1967 | },
|
1968 |
| - "test/development/mcp-server/mcp-server-get-project-path.test.ts": { |
| 1968 | + "test/development/mcp-server/mcp-server-get-project-metadata.test.ts": { |
1969 | 1969 | "passed": [
|
1970 |
| - "mcp-server get_project_path tool should return correct project path via get_project_path tool" |
| 1970 | + "mcp-server get_project_metadata tool should return correct project metadata via get_project_metadata tool" |
1971 | 1971 | ],
|
1972 | 1972 | "failed": [],
|
1973 | 1973 | "pending": [],
|
|
9233 | 9233 | "flakey": [],
|
9234 | 9234 | "runtimeError": false
|
9235 | 9235 | },
|
| 9236 | + "test/e2e/app-dir/webpack-loader-resolve/webpack-loader-resolve.test.ts": { |
| 9237 | + "passed": [ |
| 9238 | + "webpack-loader-resolve should support resolving absolute path via loader getResolve" |
| 9239 | + ], |
| 9240 | + "failed": [], |
| 9241 | + "pending": [], |
| 9242 | + "flakey": [], |
| 9243 | + "runtimeError": false |
| 9244 | + }, |
9236 | 9245 | "test/e2e/app-dir/webpack-loader-resource-query/turbopack-loader-resource-query.test.ts": {
|
9237 | 9246 | "passed": ["webpack-loader-resource-query should pass query to loader"],
|
9238 | 9247 | "failed": [],
|
|
9251 | 9260 | },
|
9252 | 9261 | "test/e2e/app-dir/webpack-loader-ts-transform/webpack-loader-ts-transform.test.ts": {
|
9253 | 9262 | "passed": [
|
9254 |
| - "webpack-loader-ts-transform should only run the test in turbopack" |
| 9263 | + "webpack-loader-ts-transform should accept Typescript returned from Webpack loaders" |
9255 | 9264 | ],
|
9256 | 9265 | "failed": [],
|
9257 | 9266 | "pending": [],
|
|
13294 | 13303 | "create-next-app prompts should prompt user for choice if --js or --ts flag is absent",
|
13295 | 13304 | "create-next-app prompts should prompt user for choice if --tailwind is absent",
|
13296 | 13305 | "create-next-app prompts should prompt user for choice if directory name is absent",
|
13297 |
| - "create-next-app prompts should prompt user to confirm reset preferences" |
| 13306 | + "create-next-app prompts should prompt user to confirm reset preferences", |
| 13307 | + "create-next-app prompts should show reuse previous settings option when preferences exist", |
| 13308 | + "create-next-app prompts should use recommended defaults when user selects that option" |
13298 | 13309 | ],
|
13299 | 13310 | "failed": [],
|
13300 | 13311 | "pending": [],
|
@@ -19728,11 +19739,13 @@
|
19728 | 19739 | },
|
19729 | 19740 | "test/integration/next-image-new/image-from-node-modules/test/index.test.ts": {
|
19730 | 19741 | "passed": [
|
19731 |
| - "Image Component from node_modules development mode should apply image config for node_modules" |
| 19742 | + "Image Component from node_modules development mode should apply image config for node_modules", |
| 19743 | + "Image Component from node_modules development mode should warn when using images.domains config" |
19732 | 19744 | ],
|
19733 | 19745 | "failed": [],
|
19734 | 19746 | "pending": [
|
19735 |
| - "Image Component from node_modules prod mode production mode should apply image config for node_modules" |
| 19747 | + "Image Component from node_modules prod mode production mode should apply image config for node_modules", |
| 19748 | + "Image Component from node_modules prod mode production mode should warn when using images.domains config" |
19736 | 19749 | ],
|
19737 | 19750 | "flakey": [],
|
19738 | 19751 | "runtimeError": false
|
|
0 commit comments