Skip to content

Commit 86fbb0c

Browse files
committed
test: remove ts 3.8 test variants
1 parent ecd8e8b commit 86fbb0c

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

dev-packages/e2e-tests/test-applications/create-react-app/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
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
},
@@ -43,13 +42,5 @@
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
}

dev-packages/e2e-tests/test-applications/react-router-6/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
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
},
@@ -51,13 +50,5 @@
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
}

dev-packages/e2e-tests/test-applications/react-router-7-spa/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
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
},
@@ -49,14 +48,6 @@
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"

0 commit comments

Comments
 (0)