Skip to content

Commit 03c92e2

Browse files
Update Rspack development test manifest (#84117)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent f46e17a commit 03c92e2

File tree

1 file changed

+24
-29
lines changed

1 file changed

+24
-29
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4022,7 +4022,6 @@
40224022
"Cache Components Errors Dev With `use cache: private` in `unstable_cache` should show a redbox error",
40234023
"Cache Components Errors Dev With `use cache: private` in `use cache` should show a redbox error",
40244024
"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",
40264025
"Cache Components Errors Dev With `use cache: private` without Suspense should show a redbox error"
40274026
],
40284027
"failed": [],
@@ -7852,20 +7851,10 @@
78527851
"flakey": [],
78537852
"runtimeError": false
78547853
},
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-
},
78657854
"test/e2e/app-dir/router-disable-smooth-scroll/router-disable-smooth-scroll.optimized.test.ts": {
78667855
"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"
78697858
],
78707859
"failed": [],
78717860
"pending": [],
@@ -8864,6 +8853,7 @@
88648853
"test/e2e/app-dir/typed-routes/typed-routes.test.ts": {
88658854
"passed": [
88668855
"typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax",
8856+
"typed-routes should exit typegen successfully",
88678857
"typed-routes should generate RouteContext type for route handlers",
88688858
"typed-routes should generate route types correctly",
88698859
"typed-routes should update route types file when routes change"
@@ -9211,7 +9201,7 @@
92119201
"runtimeError": false
92129202
},
92139203
"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"],
92159205
"failed": [],
92169206
"pending": [],
92179207
"flakey": [],
@@ -9315,6 +9305,13 @@
93159305
"flakey": [],
93169306
"runtimeError": false
93179307
},
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+
},
93189315
"test/e2e/basepath/basepath.test.ts": {
93199316
"passed": [
93209317
"basePath should 404 for public file without basePath",
@@ -11957,6 +11954,17 @@
1195711954
"flakey": [],
1195811955
"runtimeError": false
1195911956
},
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+
},
1196011968
"test/e2e/transpile-packages/index.test.ts": {
1196111969
"passed": [
1196211970
"transpile packages css should handle css modules imports inside transpiled modules",
@@ -12830,15 +12838,6 @@
1283012838
"flakey": [],
1283112839
"runtimeError": false
1283212840
},
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-
},
1284212841
"test/integration/basepath-root-catch-all/test/index.test.js": {
1284312842
"passed": [
1284412843
"development mode should use correct data URL for root catch-all"
@@ -13123,10 +13122,8 @@
1312313122
"test/integration/config-mjs/test/index.test.ts": {
1312413123
"passed": [
1312513124
"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",
1312813125
"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"
1313013127
],
1313113128
"failed": [],
1313213129
"pending": [],
@@ -13201,10 +13198,8 @@
1320113198
"test/integration/config/test/index.test.js": {
1320213199
"passed": [
1320313200
"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",
1320613201
"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"
1320813203
],
1320913204
"failed": [],
1321013205
"pending": [],

0 commit comments

Comments
 (0)