chore(OUT-4005): test typecheck CI + stale test-type fixes [4/4] - #276
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryAdds test-file typechecking as a required pull-request CI job.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Important Files Changed
Reviews (3): Last reviewed commit: "chore(OUT-4005): add test typecheck scri..." | Re-trigger Greptile |
SandipBajracharya
force-pushed
the
OUT-4005-split-4
branch
from
July 31, 2026 10:35
8119570 to
439a396
Compare
SandipBajracharya
force-pushed
the
OUT-4005-split-4
branch
from
July 31, 2026 10:52
439a396 to
f8987e5
Compare
Collaborator
Author
|
@greptileai review whole PR again |
SandipBajracharya
force-pushed
the
OUT-4005-split-4
branch
from
July 31, 2026 11:09
f8987e5 to
26127e6
Compare
Collaborator
Author
|
@greptileai review again |
SandipBajracharya
force-pushed
the
OUT-4005-split-4
branch
from
July 31, 2026 11:40
26127e6 to
838cb4e
Compare
SandipBajracharya
force-pushed
the
OUT-4005-split-4
branch
from
August 3, 2026 08:32
838cb4e to
4baea9f
Compare
Base automatically changed from
OUT-4005-split-3
to
feature/payout-reconciliation
August 3, 2026 08:44
…ypes Adds yarn typecheck:test (tsc over test/tsconfig.json) and a CI job so type errors in tests gate PRs. Fixes the pre-existing type errors it surfaces (missing bankAccountRef fixtures, stale UnitPrice input, string status/id) and loads the ambient shims in test/tsconfig. Also adds CLAUDE.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
SandipBajracharya
force-pushed
the
OUT-4005-split-4
branch
from
August 3, 2026 08:46
4baea9f to
6eaae9c
Compare
SandipBajracharya
merged commit Aug 3, 2026
3e98ab3
into
feature/payout-reconciliation
3 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack 4/4 — base:
OUT-4005-split-3Adds
yarn typecheck:test(tsc overtest/tsconfig.json) and a CI job so type errors in tests gate PRs — the main tsconfig excludestest/, so nothing typechecked tests before. Fixes the pre-existing type errors it surfaces (missingbankAccountReffixtures, staleUnitPriceinput, stringstatus/id) and loads the ambient shims intest/tsconfig. AddsCLAUDE.md.Part of the OUT-4005 payout-reconciliation stack:
🤖 Generated with Claude Code