Commit c2abdee
fix(ci): resolve all 4 failing CI checks for PR #1280
- Fix Backend npm test: mock stream-runway-worker and add missing
logger.error/warn to workers.index.test.ts to prevent unhandled
rejection from startStreamRunwayWorker
- Fix Frontend CI test failures (79 tests): add react/react-dom
overrides (19.2.7) to package.json to eliminate dual-React copies
(19.2.7 vs 19.2.8) that caused "Cannot read properties of null
(reading 'useState')" in all hook-using tests
- Fix Frontend CI coverage threshold: restore vitest coverage
thresholds from 18% back to 20% (functions and lines)
- npm audit --audit-level=high passes with 0 vulnerabilities
🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>1 parent a2cf4b1 commit c2abdee
4 files changed
Lines changed: 18 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 20 | + | |
| 21 | + | |
26 | 22 | | |
27 | 23 | | |
28 | 24 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
0 commit comments