Skip to content

Commit a8f55b9

Browse files
Update Rspack development test manifest (#84631)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent ad17ea6 commit a8f55b9

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,9 +1965,9 @@
19651965
"flakey": [],
19661966
"runtimeError": false
19671967
},
1968-
"test/development/mcp-server/mcp-server-get-project-path.test.ts": {
1968+
"test/development/mcp-server/mcp-server-get-project-metadata.test.ts": {
19691969
"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"
19711971
],
19721972
"failed": [],
19731973
"pending": [],
@@ -9233,6 +9233,15 @@
92339233
"flakey": [],
92349234
"runtimeError": false
92359235
},
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+
},
92369245
"test/e2e/app-dir/webpack-loader-resource-query/turbopack-loader-resource-query.test.ts": {
92379246
"passed": ["webpack-loader-resource-query should pass query to loader"],
92389247
"failed": [],
@@ -9251,7 +9260,7 @@
92519260
},
92529261
"test/e2e/app-dir/webpack-loader-ts-transform/webpack-loader-ts-transform.test.ts": {
92539262
"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"
92559264
],
92569265
"failed": [],
92579266
"pending": [],
@@ -13294,7 +13303,9 @@
1329413303
"create-next-app prompts should prompt user for choice if --js or --ts flag is absent",
1329513304
"create-next-app prompts should prompt user for choice if --tailwind is absent",
1329613305
"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"
1329813309
],
1329913310
"failed": [],
1330013311
"pending": [],
@@ -19728,11 +19739,13 @@
1972819739
},
1972919740
"test/integration/next-image-new/image-from-node-modules/test/index.test.ts": {
1973019741
"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"
1973219744
],
1973319745
"failed": [],
1973419746
"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"
1973619749
],
1973719750
"flakey": [],
1973819751
"runtimeError": false

0 commit comments

Comments
 (0)