Review the code, not the tests.
Geld is a browser extension that hides test files from GitHub diffs. Tests move to a collapsible row at the bottom, the header counts exclude them, and nothing is ever deleted from the page.
Firefox and Safari: for now install from GitHub (opens in a new tab) · v0.1.1
Free and open source. No account, no data collection, no GitHub API calls.
- Files changed12
- e2e/button.cy.ts+7 −3
- README.md+3 −2
- src/Button.css+6 −4
- src/Button.test.tsx+14 −6
- src/Button.tsx+18 −9
- src/__snapshots__/Button.test.tsx.snap+6 −8
- src/__tests__/Button.a11y.test.tsx+9 −4
- src/hooks/useToggle.test.ts+11 −5
- src/hooks/useToggle.ts+8 −7
- src/index.ts+2 −1
- src/types.ts+5 −3
- vitest.config.ts+4 −1
- Files changed6
- README.md+3 −2
- src/Button.css+6 −4
- src/Button.tsx+18 −9
- src/hooks/useToggle.ts+8 −7
- src/index.ts+2 −1
- src/types.ts+5 −3
- e2e/button.cy.ts+7 −3
- src/Button.test.tsx+14 −6
- src/__snapshots__/Button.test.tsx.snap+6 −8
- src/__tests__/Button.a11y.test.tsx+9 −4
- src/hooks/useToggle.test.ts+11 −5
- vitest.config.ts+4 −1
Why
A pull request is easier to judge without its scaffolding.
Counts you can trust
+93 −53becomes6 tests +42 −26. Hover the label for the full breakdown: excluding tests, including tests, tests only.Nothing disappears
Hidden files collapse into one row at the bottom of the diff and their own panel in the file tree. One click brings them back, in place.
Your rules
Tests are hidden by default. Generated, Vendored, Agent config, Docs, Tooling & CI, Fixtures, Trivial changes, Large diffs are one switch away, plus your own patterns, your own categories and per-repository rules.
Try it
Try a path
Hidden·Tests
Matched by *.test.*.
Install
Works where you review.
Firefox and Safari: for now install from GitHub (opens in a new tab) · v0.1.1
MIT licensed. Read the source (opens in a new tab) or build it yourself.