Skip to content

Commit aa4ef7a

Browse files
committed
correctly label optional tests
1 parent 5cf5d09 commit aa4ef7a

File tree

1 file changed

+3
-12
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-16-cacheComponents

1 file changed

+3
-12
lines changed

dev-packages/e2e-tests/test-applications/nextjs-16-cacheComponents/package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,28 +49,19 @@
4949
"variants": [
5050
{
5151
"build-command": "pnpm test:build-webpack",
52-
"label": "nextjs-16 (webpack)",
52+
"label": "nextjs-16-cacheComponents (webpack)",
5353
"assert-command": "pnpm test:assert-webpack"
54-
},
55-
{
56-
"build-command": "pnpm test:build-latest-webpack",
57-
"label": "nextjs-16 (latest, webpack)",
58-
"assert-command": "pnpm test:assert-webpack"
59-
},
60-
{
61-
"build-command": "pnpm test:build-latest",
62-
"label": "nextjs-16 (latest, turbopack)"
6354
}
6455
],
6556
"optionalVariants": [
6657
{
6758
"build-command": "pnpm test:build-canary",
68-
"label": "nextjs-16 (canary, turbopack)",
59+
"label": "nextjs-16-cacheComponents (canary, turbopack)",
6960
"assert-command": "pnpm test:assert"
7061
},
7162
{
7263
"build-command": "pnpm test:build-canary-webpack",
73-
"label": "nextjs-16 (canary, webpack)",
64+
"label": "nextjs-16-cacheComponents (canary, webpack)",
7465
"assert-command": "pnpm test:assert-webpack"
7566
}
7667
]

0 commit comments

Comments
 (0)