Commit 4567e1d
fix(cli): type the approvalFlow test helper's edges param (unblock TS on main)
`packages/cli/src/utils/lint-flow-patterns.test.ts:190` had an untyped `edges`
parameter (TS7006 under the build's noImplicitAny), introduced by #2279. The
TypeScript Type Check job builds the whole workspace, so this fails CI for
*every* open PR. Add the edge-array type (and an explicit approvalConfig type).
Test-only; no behavior change.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 9cde14a commit 4567e1d
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
191 | 194 | | |
192 | 195 | | |
193 | 196 | | |
| |||
0 commit comments