File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed
dev-packages/e2e-tests/test-applications/nextjs-16-cacheComponents Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 4646 "extends" : " ../../package.json"
4747 },
4848 "sentryTest" : {
49- "variants" : [
50- {
51- "build-command" : " pnpm test:build-webpack" ,
52- "label" : " nextjs-16-cacheComponents (webpack)" ,
53- "assert-command" : " pnpm test:assert-webpack"
54- }
55- ],
56- "optionalVariants" : [
57- {
58- "build-command" : " pnpm test:build-canary" ,
59- "label" : " nextjs-16-cacheComponents (canary, turbopack)" ,
60- "assert-command" : " pnpm test:assert"
61- },
62- {
63- "build-command" : " pnpm test:build-canary-webpack" ,
64- "label" : " nextjs-16-cacheComponents (canary, webpack)" ,
65- "assert-command" : " pnpm test:assert-webpack"
66- }
67- ]
49+ "//" : " TODO: Add variants for webpack once supported"
6850 }
6951}
You can’t perform that action at this time.
0 commit comments