style(ui-kit): format chart.test.tsx, which left ui:lint red on main - #9988
Conversation
The tests added in #9977 were never run through prettier, and `ui:lint` runs `format:check` across the ui-kit workspace as part of `test:ci` -- so main has been failing lint since that merge, and every PR inherits it. My regression, and the same cause as the last one: I ran a checker subset (typecheck, dead-exports, the pack test, the ui-kit suite) and not `ui:lint`, which is the one that would have caught it. No behaviour changes -- prettier reflow only, and the 10 tests still pass.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
loopover-ui | 463ea22 | Jul 31 2026, 04:53 AM |
|
Caution 🛑 LoopOver review result - fixes requiredReview updated: 2026-07-31 05:11:33 UTC
Review summary Nits — 2 non-blocking
Why this is blocked
📋 Copy for AI agents — paste into your coding agentCI checks failing
Decision drivers
Context & advisory signals — never blocks the verdict
Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. Decision record
Visual preview
Click any thumbnail to open the full-size screenshot. Before = production · After = this PR's preview deploy. Scroll preview
A short scroll-through clip (desktop) — click either thumbnail to open the full animation. Evidence for scroll-linked behavior a single screenshot can't show. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Bundle ReportBundle size has no change ✅ |
|
On the red It is Cloudflare-side, not GitHub Actions. The GitHub-side Three things point away from our code:
So it is non-blocking and not caused by this change. Worth a look when you have dashboard access, though. This is a dashboard-configured GitHub integration, independent of the repo's workflows — and it targets production ( |


main'sui:linthas been failing since #9977 merged, and every PR inherits it.packages/loopover-ui-kit/src/components/chart.test.tsx— the tests I added in #9977 — was never run through prettier.ui:lintrunsformat:checkacross the ui-kit workspace and is part oftest:ci:Confirmed against
origin/main, not just locally.My regression, and the same cause as last time
I ran a checker subset on #9977 —
typecheck,dead-exports:check,test:ui-kit-pack, the ui-kit suite — and notui:lint, which is the one that would have caught it. That is the second time this session a subset sweep has let something through to main; the first was an integration test I hadn't run.The change
Prettier reflow only. No assertions, names, or behaviour altered — the 10 tests still pass, and the diff is entirely line wrapping of JSX props and multi-line call arguments.
Verified:
ui:lintpasses (warnings only, all pre-existingreact-refresh/only-export-componentsnotices), andvitest run src/components/chart.test.tsxis 10/10.