mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 04:27:56 +00:00
fix: Remove workspace config, fix test suite, update snapshots
- Remove root /home/mamostehp/package.json workspace config - Each project now independent (aligned with CI workflow) - Add SafeAreaProvider mock to jest setup - Add __DEV__ global for React Native tests - Update 4 snapshots for SafeAreaView changes - All 29 test suites pass (122 tests)
This commit is contained in:
+2
-2
@@ -59,7 +59,6 @@
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-i18next": "^16.3.3",
|
||||
"react-native": "0.81.5",
|
||||
"react-native-gesture-handler": "~2.28.0",
|
||||
"react-native-get-random-values": "~1.11.0",
|
||||
"react-native-qrcode-svg": "^6.3.11",
|
||||
@@ -110,7 +109,8 @@
|
||||
"eslint-plugin-react-native": "^5.0.0",
|
||||
"globals": "^16.5.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-expo": "^54.0.13",
|
||||
"jest-expo": "^54.0.16",
|
||||
"react-native": "^0.83.1",
|
||||
"react-test-renderer": "19.1.0",
|
||||
"typescript": "~5.9.2",
|
||||
"typescript-eslint": "^8.47.0"
|
||||
|
||||
Reference in New Issue
Block a user