Commit d4c7229
committed
test(service-storage): annotate the reap-engine double's parameters (#4797)
The fake is cast `as any` at the end, so its object-literal members were not
contextually typed and each `object` parameter landed on an implicit any —
three new TS7006s against a package whose type-check DEBT is a shrink-only
ratchet. Annotating them keeps the entry moving in the direction the ratchet
allows (52 recorded, 51 measured).
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015KREcaEs85dphzUUqdYfX61 parent 90cc520 commit d4c7229
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments