Commit 7b97253
test(readFileTool): fix check-types TS2352 on console.warn restore cast
Cast through `unknown` before `ReturnType<typeof vi.spyOn>` so tsc accepts
the conversion (console.warn's signature doesn't overlap with MockInstance).
Unblocks the `compile` CI job.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 973e53f commit 7b97253
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments