Commit bfed6cc
test: use callable assert() so TS narrows
`assert.ok(x, msg)` doesn't carry an `asserts value` signature, so the
CI build flagged `moe` as possibly undefined on the lines below. Use
the plain callable form, matching the existing `assert(!parse.sharded)`
pattern in this file.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>moe
1 parent 700434e commit bfed6cc
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments