Commit 7305814
ci: add TypeScript and unit test jobs, fix pre-existing CI failures (#158)
* 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>
* ci: remove no-op Jest unit-tests job
There are zero JS/TS test files in this repo, so the Jest job was
burning ~60-90s of CI time per run for nothing. Removed per reviewer
feedback — can re-add when JS/TS tests are introduced.
Co-authored-by: Claude <claude@anthropic.com>
---------
Co-authored-by: Claude <claude@anthropic.com>1 parent be32ac8 commit 7305814
2 files changed
+14
-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 | + | |
29 | 41 | | |
30 | 42 | | |
31 | 43 | | |
| |||
43 | 55 | | |
44 | 56 | | |
45 | 57 | | |
46 | | - | |
| 58 | + | |
47 | 59 | | |
48 | 60 | | |
49 | 61 | | |
| |||
| 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