create nice structure for the mobile sdk (#1177)

* create nice structure for the mobile sdk

* spv

* actually dont touch what we dont understand

* fix metro

* fix pretty

* fix types on app and imrpove names

* sneek in actually checking the types in the mobile app.

* not yet

* fix jest imports and name test better
This commit is contained in:
Aaron DeRuvo
2025-10-02 09:34:22 +02:00
committed by GitHub
parent 49b0e5529e
commit 25634e06dc
20 changed files with 182 additions and 47 deletions

View File

@@ -178,7 +178,7 @@ jobs:
else
echo "✅ All required dependency files exist"
fi
- name: Test
- name: App Tests
run: |
# Final verification from app directory perspective
echo "Final verification before running tests (from app directory)..."
@@ -190,7 +190,7 @@ jobs:
fi
echo "✅ All dependencies verified, running tests..."
# Run jest through yarn to avoid the build:deps step since CI already built dependencies
yarn jest --passWithNoTests && node --test scripts/tests/*.cjs
yarn test:ci
working-directory: ./app
build-ios:
runs-on: macos-latest-large