test: remove low-signal tests - #192
Merged
Merged
Conversation
|
React Doctor found no new issues. 🎉 Reviewed by React Doctor for commit |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tagium | 6f9b6d7 | Commit Preview URL Branch Preview URL |
Aug 30 2026, 05:08 PM |
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.
Note
🤖 GPT-5.6 Sol on behalf of Oliver
problem
The test suite had grown to 133 executable files and more than 28,000 lines. Much of it asserted source snippets, Tailwind classes, pixel geometry, exact copy, or the same state at several layers.
solution
The result removes 7,697 net test lines and 230 top-level declarations. Production code is unchanged.
human review
bun install, thenbun run dev.Worth checking manually: responsive layout, animation timing, copy, and visual truncation. This PR intentionally stops locking those details to exact classes or pixels.
Reviewer decisions: performance benchmarks were removed from the required Playwright suite, and repeated permutations now use representative boundary cases. Binary parsing, stream cleanup, authorization, signed URLs, manifest lifecycle, stale async writes, destructive behavior, cancellation, and active-resource cleanup remain covered.
verification
bun run test: 100 files, 659 tests passedbun run lint: passed with existing warningsbun run typecheck: passedbun run build: passedChanges made by GPT-5.6 Sol in T3 Code's Codex harness, with GPT-5.6 Luna subagents handling non-overlapping cleanup areas.