You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): add @ts-expect-error comments to remaining TypeScript errors
Added descriptive @ts-expect-error comments to all remaining test files with intentional type mismatches:
- test/stdio/header.test.ts: Vitest spy type mismatch
- test/stdio/stderr.test.ts: Vitest spy type mismatches (3 locations)
- test/stdio/stdout.test.ts: Vitest spy and mock implementation type mismatches
- test/json.test.ts: Testing Buffer-like objects with invalid method signatures
- test/strings.test.ts: Testing runtime behavior with invalid argument type
- test/utils/get-ipc.test.ts: Testing immutability by assigning to non-existent property
All TypeScript type checking errors are now resolved while preserving test coverage for edge cases.
0 commit comments