File tree Expand file tree Collapse file tree 3 files changed +0
-27
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 3 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 1919 "eject" : " react-scripts eject" ,
2020 "clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
2121 "test:build" : " pnpm install && pnpm build" ,
22- "test:build-ts3.8" :
" pnpm install && pnpm add [email protected] && pnpm build" ,
2322 "test:build-canary" : " pnpm install && pnpm add react@canary react-dom@canary && pnpm build" ,
2423 "test:assert" : " pnpm -v"
2524 },
4342 },
4443 "volta" : {
4544 "extends" : " ../../package.json"
46- },
47- "sentryTest" : {
48- "variants" : [
49- {
50- "build-command" : " pnpm test:build-ts3.8" ,
51- "label" : " create-react-app (TS 3.8)"
52- }
53- ]
5445 }
5546}
Original file line number Diff line number Diff line change 2121 "test" : " playwright test" ,
2222 "clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
2323 "test:build" : " pnpm install && pnpm build" ,
24- "test:build-ts3.8" :
" pnpm install && pnpm add [email protected] && pnpm build" ,
2524 "test:build-canary" : " pnpm install && pnpm add react@canary react-dom@canary && pnpm build" ,
2625 "test:assert" : " pnpm test"
2726 },
5150 },
5251 "volta" : {
5352 "extends" : " ../../package.json"
54- },
55- "sentryTest" : {
56- "variants" : [
57- {
58- "build-command" : " pnpm test:build-ts3.8" ,
59- "label" : " react-router-6 (TS 3.8)"
60- }
61- ]
6253 }
6354}
Original file line number Diff line number Diff line change 2424 "test" : " playwright test" ,
2525 "clean" : " npx rimraf node_modules pnpm-lock.yaml" ,
2626 "test:build" : " pnpm install && pnpm build" ,
27- "test:build-ts3.8" :
" pnpm install && pnpm add [email protected] && pnpm build" ,
2827 "test:build-canary" : " pnpm install && pnpm add react@canary react-dom@canary && pnpm build" ,
2928 "test:assert" : " pnpm test"
3029 },
4948 "volta" : {
5049 "extends" : " ../../package.json"
5150 },
52- "sentryTest" : {
53- "variants" : [
54- {
55- "build-command" : " pnpm test:build-ts3.8" ,
56- "label" : " react-router-7-spa (TS 3.8)"
57- }
58- ]
59- },
6051 "pnpm" : {
6152 "overrides" : {
6253 "esbuild" : " 0.24.0"
You can’t perform that action at this time.
0 commit comments