Skip to content

fix(zcash): unbreak master CI — prettier wrap + jest/no-conditional-expect#41

Open
BitHighlander wants to merge 1 commit into
masterfrom
fix/lint-zcash-master
Open

fix(zcash): unbreak master CI — prettier wrap + jest/no-conditional-expect#41
BitHighlander wants to merge 1 commit into
masterfrom
fix/lint-zcash-master

Conversation

@BitHighlander
Copy link
Copy Markdown
Collaborator

Summary

Master CI has been red since d83a65c (fix(zcash): stream transparent shield inputs). Two issue classes:

  • 4× prettier/prettier in zcash.ts — long template literals on a single line; auto-fixed by eslint --fix (line-wrap inside template).
  • 3× jest/no-conditional-expect in zcash.test.ts — the mock implements a protocol state-machine and asserts per-step that the host sent the right message at the right time. Refactoring to top-level assertions would reshape the test; preserved per-step semantics with targeted disable comments.

No behavior change. Confirmed yarn lint clean locally.

Test plan

  • CI green
  • No test logic affected; existing zcash.test.ts cases still cover the same behavior

…xpect

CI on master has been red since d83a65c (fix(zcash): stream transparent
shield inputs). Two issue classes:

- 4× prettier/prettier — long template literals on a single line; auto-fixed
  by `eslint --fix` (line-wrap inside the template).
- 3× jest/no-conditional-expect in zcash.test.ts — the mock implements a
  protocol state-machine and asserts per-step that the host sent the right
  message at the right time. Refactoring to top-level assertions would
  reshape the test; keep the per-step behavior with targeted disable
  comments.

No behavior change. Confirmed `yarn lint` is clean.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hdwallet-sandbox Ready Ready Preview, Comment May 8, 2026 4:19pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant