Commit 564283c
fix(langgraph): satisfy no-empty-function on empty-stream test mock
The construction-only test stub used an empty async generator
`(async function* () {})()` which @typescript-eslint/no-empty-function
flags as an error, breaking `langgraph:lint` in the publish path (which
lints fresh via --skip-nx-cache). Document the empty body so the rule
passes; behaviour is unchanged (still yields no events).
Surfaced by a release dry-run; not caught at merge because ci.yml lint
is not a required status check.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3ad175f commit 564283c
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
918 | 918 | | |
919 | 919 | | |
920 | 920 | | |
921 | | - | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
922 | 924 | | |
923 | 925 | | |
924 | 926 | | |
| |||
0 commit comments