Commit 2fbe6a2
ci: fix TypeScript and Unit Tests failures
TypeScript: exclude example/ directory from tsc compilation. The
example app has its own React Native dependencies (react-navigation,
react-native-elements, etc.) not installed at root level. Previously
only example/node_modules and example/detox were excluded, leaving
example/src included — which fails because its type declarations are
missing.
Unit Tests: add --passWithNoTests to jest invocation. This repo has
no JS/TS test files (only Kotlin tests in test-runner/), so Jest
exits with code 1 by default when it finds no matching tests.
Co-authored-by: Claude <claude@anthropic.com>1 parent 9edeab3 commit 2fbe6a2
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
0 commit comments