mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
test(react-router): use file protocol for test app
This commit is contained in:
@ -3,13 +3,14 @@
|
|||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ionic/react": "workspace:",
|
"@ionic/react": "file:../../../../react",
|
||||||
"@ionic/react-router": "workspace:",
|
"@ionic/react-router": "file:../../../",
|
||||||
"@testing-library/jest-dom": "^5.16.5",
|
"@testing-library/jest-dom": "^5.16.5",
|
||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.0.0",
|
||||||
"@testing-library/user-event": "^14.4.3",
|
"@testing-library/user-event": "^14.4.3",
|
||||||
"@types/react": "^18.0.28",
|
"@types/jest": "^27.5.2",
|
||||||
"@types/react-dom": "^18.0.11",
|
"@types/react": "^18.2.0",
|
||||||
|
"@types/react-dom": "^18.2.0",
|
||||||
"@types/react-router": "^5.1.20",
|
"@types/react-router": "^5.1.20",
|
||||||
"@types/react-router-dom": "^5.3.3",
|
"@types/react-router-dom": "^5.3.3",
|
||||||
"ionicons": "^6.0.4",
|
"ionicons": "^6.0.4",
|
||||||
|
11102
packages/react-router/test/apps/reactrouter5/pnpm-lock.yaml
generated
Normal file
11102
packages/react-router/test/apps/reactrouter5/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user