mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 15:18:18 -05:00
dev fixes for release 2.9.1 (#1428)
* update lock * fix types * bump version * fix nested react requires * fix heavy tests * address fake mocks * fix test * remove last borked react test
This commit is contained in:
3
.github/workflows/mobile-ci.yml
vendored
3
.github/workflows/mobile-ci.yml
vendored
@@ -183,6 +183,9 @@ jobs:
|
||||
else
|
||||
echo "✅ All required dependency files exist"
|
||||
fi
|
||||
- name: Check for nested require() in tests
|
||||
run: node scripts/check-test-requires.cjs
|
||||
working-directory: ./app
|
||||
- name: App Tests
|
||||
env:
|
||||
# Increase Node.js memory to prevent hermes-parser WASM memory errors
|
||||
|
||||
Reference in New Issue
Block a user