Commit 77f08fd
fix: resolve all pre-existing test failures
- container-runner.ts: replace dynamic require('child_process') with static
import so vi.mock() intercepts execSync in tests
- container-runner.test.ts: add execSync mock to child_process stub
- telegram.test.ts: add setMyCommands to mock bot api (already in previous commit)
All 32 test files, 448 tests now pass locally.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d1ae7a2 commit 77f08fd
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | 197 | | |
199 | 198 | | |
200 | 199 | | |
| |||
0 commit comments