Skip to content

Commit 4a4c872

Browse files
Update Rspack production test manifest (#82771)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent 9c1a97b commit 4a4c872

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19623,6 +19623,16 @@
1962319623
"flakey": [],
1962419624
"runtimeError": false
1962519625
},
19626+
"test/production/app-dir/types-gen-nounuselocal/types-gen-nounuselocal.test.ts": {
19627+
"passed": [
19628+
"types-gen-nounuselocal should build successfully",
19629+
"types-gen-nounuselocal should generate route types successfully"
19630+
],
19631+
"failed": [],
19632+
"pending": [],
19633+
"flakey": [],
19634+
"runtimeError": false
19635+
},
1962619636
"test/production/app-dir/unexpected-error/unexpected-error.test.ts": {
1962719637
"passed": [
1962819638
"unexpected-error cannot change response status when streaming has started",
@@ -20280,11 +20290,10 @@
2028020290
},
2028120291
"test/production/pnpm-support/index.test.ts": {
2028220292
"passed": [
20283-
"pnpm support should build with dependencies installed via pnpm"
20284-
],
20285-
"failed": [
20293+
"pnpm support should build with dependencies installed via pnpm",
2028620294
"pnpm support should execute client-side JS on each page in output: \"standalone\""
2028720295
],
20296+
"failed": [],
2028820297
"pending": [],
2028920298
"flakey": [],
2029020299
"runtimeError": false

0 commit comments

Comments
 (0)