Skip to content

Commit 66a8cf9

Browse files
mydeac298lee
authored andcommitted
test(e2e): Streamline react-router-6-use-routes test (#12315)
Part of #11910 - we already have error & transaction tests there, so we can just delete the sending tests.
1 parent 2cb5215 commit 66a8cf9

File tree

2 files changed

+1
-207
lines changed

2 files changed

+1
-207
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@
44
"private": true,
55
"dependencies": {
66
"@sentry/react": "latest || *",
7-
"@testing-library/jest-dom": "5.14.1",
8-
"@testing-library/react": "13.0.0",
9-
"@testing-library/user-event": "13.2.1",
10-
"@types/jest": "27.0.1",
11-
"@types/node": "16.7.13",
127
"@types/react": "18.0.0",
138
"@types/react-dom": "18.0.0",
149
"react": "18.2.0",
1510
"react-dom": "18.2.0",
1611
"react-router-dom": "^6.4.1",
1712
"react-scripts": "5.0.1",
18-
"typescript": "4.9.5",
19-
"web-vitals": "2.1.0"
13+
"typescript": "4.9.5"
2014
},
2115
"scripts": {
2216
"build": "react-scripts build",

dev-packages/e2e-tests/test-applications/react-router-6-use-routes/tests/behaviour-test.test.ts

Lines changed: 0 additions & 200 deletions
This file was deleted.

0 commit comments

Comments
 (0)