Skip to content

Commit 116770b

Browse files
Update Rspack production test manifest (#82813)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent 902ad4a commit 116770b

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3294,7 +3294,6 @@
32943294
"app dir - metadata dynamic routes sitemap should support videos in sitemap",
32953295
"app dir - metadata dynamic routes social image routes should fill params into dynamic routes url of metadata images",
32963296
"app dir - metadata dynamic routes social image routes should fill params into routes groups url of static images",
3297-
"app dir - metadata dynamic routes social image routes should handle custom fonts in both edge and nodejs runtime",
32983297
"app dir - metadata dynamic routes social image routes should handle manifest.[ext] dynamic routes",
32993298
"app dir - metadata dynamic routes social image routes should render og image with opengraph-image dynamic routes",
33003299
"app dir - metadata dynamic routes social image routes should render og image with twitter-image dynamic routes",
@@ -3316,6 +3315,15 @@
33163315
"flakey": [],
33173316
"runtimeError": false
33183317
},
3318+
"test/e2e/app-dir/metadata-font/metadata-font.test.ts": {
3319+
"passed": [
3320+
"app dir - metadata font should handle custom fonts in both edge and nodejs runtime"
3321+
],
3322+
"failed": [],
3323+
"pending": [],
3324+
"flakey": [],
3325+
"runtimeError": false
3326+
},
33193327
"test/e2e/app-dir/metadata-icons-parallel-routes/metadata-icons-parallel-routes.test.ts": {
33203328
"passed": [
33213329
"app-dir - metadata-icons-parallel-routes should inherit parent apple icon when child does not present but parent contain static apple icon",
@@ -4978,6 +4986,26 @@
49784986
"flakey": [],
49794987
"runtimeError": false
49804988
},
4989+
"test/e2e/app-dir/ppr-partial-hydration/ppr-partial-hydration.test.ts": {
4990+
"passed": [
4991+
"PPR - partial hydration No static shell, no streaming metadata should display the shell without JS",
4992+
"PPR - partial hydration No static shell, no streaming metadata should hydrate the shell without waiting for slow suspense boundaries",
4993+
"PPR - partial hydration No static shell, no streaming metadata should produce a valid HTML document",
4994+
"PPR - partial hydration No static shell, streaming metadata should display the shell without JS",
4995+
"PPR - partial hydration No static shell, streaming metadata should hydrate the shell without waiting for slow suspense boundaries",
4996+
"PPR - partial hydration No static shell, streaming metadata should produce a valid HTML document",
4997+
"PPR - partial hydration Static shell, no streaming metadata should display the shell without JS",
4998+
"PPR - partial hydration Static shell, no streaming metadata should hydrate the shell without waiting for slow suspense boundaries",
4999+
"PPR - partial hydration Static shell, no streaming metadata should produce a valid HTML document",
5000+
"PPR - partial hydration Static shell, streaming metadata should display the shell without JS",
5001+
"PPR - partial hydration Static shell, streaming metadata should hydrate the shell without waiting for slow suspense boundaries",
5002+
"PPR - partial hydration Static shell, streaming metadata should produce a valid HTML document"
5003+
],
5004+
"failed": [],
5005+
"pending": [],
5006+
"flakey": [],
5007+
"runtimeError": false
5008+
},
49815009
"test/e2e/app-dir/ppr-unstable-cache/ppr-unstable-cache.test.ts": {
49825010
"passed": ["ppr-unstable-cache should not cache inner fetch calls"],
49835011
"failed": [],
@@ -10791,6 +10819,29 @@
1079110819
"flakey": [],
1079210820
"runtimeError": false
1079310821
},
10822+
"test/integration/create-next-app/biome-config.test.ts": {
10823+
"passed": [
10824+
"create-next-app Biome configuration should format code with biome successfully",
10825+
"create-next-app Biome configuration should match biome.json snapshot",
10826+
"create-next-app Biome configuration should run biome check successfully on generated JavaScript project",
10827+
"create-next-app Biome configuration should run biome check successfully on generated TypeScript project",
10828+
"create-next-app Biome configuration should show errors when biome detects issues"
10829+
],
10830+
"failed": [],
10831+
"pending": [],
10832+
"flakey": [],
10833+
"runtimeError": false
10834+
},
10835+
"test/integration/create-next-app/eslint-config.test.ts": {
10836+
"passed": [
10837+
"create-next-app ESLint configuration should generate eslint.config.mjs for JavaScript project with ESLint",
10838+
"create-next-app ESLint configuration should generate eslint.config.mjs for TypeScript project with ESLint"
10839+
],
10840+
"failed": [],
10841+
"pending": [],
10842+
"flakey": [],
10843+
"runtimeError": false
10844+
},
1079410845
"test/integration/create-next-app/examples.test.ts": {
1079510846
"passed": [
1079610847
"create-next-app --example should create if --example value is default",

0 commit comments

Comments
 (0)