fix: add explicit types to implicit any params in server spec#78
fix: add explicit types to implicit any params in server spec#78
Conversation
The `consoleErrorSpy.mock.calls.filter()` callbacks lacked type annotations on the `args` parameter, failing `noImplicitAny`.
Greptile SummaryThis PR adds explicit Confidence Score: 5/5Safe to merge — minimal, mechanical TypeScript annotation fix in a test file with no logic changes. All 6 changes are identical: adding No files require special attention. Important Files Changed
|
Summary
unknown[]type annotations to 6argsparameters inconsoleErrorSpy.mock.calls.filter()callbacksnoImplicitAnyerrors frompnpm typecheckTest plan
pnpm typecheckpasses