Commit 88feb18
ci: add TypeScript and unit test jobs, fix pre-existing CI failures
Builds on #161 (which added the base CI workflow with lint, Kotlin tests,
and build). This commit adds the remaining two jobs:
- TypeScript — npm run typescript (tsc --noEmit)
- Unit Tests — npm test -- --coverage --passWithNoTests
Fixes:
- TypeScript: exclude example/ from tsconfig.json (references
React Navigation deps only in example/node_modules)
- Unit Tests: --passWithNoTests since repo has no JS/TS test files
(all tests are Kotlin in test-runner/)
Build job now depends on all four check jobs.
Co-authored-by: Claude <claude@anthropic.com>1 parent be32ac8 commit 88feb18
2 files changed
+26
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
29 | 53 | | |
30 | 54 | | |
31 | 55 | | |
| |||
43 | 67 | | |
44 | 68 | | |
45 | 69 | | |
46 | | - | |
| 70 | + | |
47 | 71 | | |
48 | 72 | | |
49 | 73 | | |
| |||
| 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