Remove MockMode mocking apollo queries + Add profile picture image upload during onboarding (#539)

* Remove MockMode mocking apollo queries + Add profile picture image upload

* lower line code coverage until we have tests on hotkyes
This commit is contained in:
Charles Bochet
2023-07-08 15:13:14 -07:00
committed by GitHub
parent 9cd5f7c057
commit b3d0061e0d
16 changed files with 204 additions and 93 deletions

View File

@ -159,8 +159,8 @@
"workerDirectory": "public"
},
"nyc": {
"lines": 70,
"statements": 70,
"lines": 65,
"statements": 65,
"exclude": [
"src/generated/**/*"
]