test(react-router): use file protocol for test app

This commit is contained in:
Liam DeBeasi
2023-12-19 11:26:17 -05:00
parent 252c91f492
commit c44bfa07dd
3 changed files with 11107 additions and 4 deletions

View File

@ -3,13 +3,14 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@ionic/react": "workspace:",
"@ionic/react-router": "workspace:",
"@ionic/react": "file:../../../../react",
"@ionic/react-router": "file:../../../",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/jest": "^27.5.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"ionicons": "^6.0.4",

File diff suppressed because it is too large Load Diff