Skip to content

test(headless): remove trim residue - #2410

Merged
jackwener merged 1 commit into
apache:mainfrom
liugddx:fix/headless-test-format-after-trim
Aug 7, 2026
Merged

test(headless): remove trim residue#2410
jackwener merged 1 commit into
apache:mainfrom
liugddx:fix/headless-test-format-after-trim

Conversation

@liugddx

Copy link
Copy Markdown
Member

Summary

Why

Every PR based on current main fails the required typecheck lane during npm run format:check, before typechecking begins. The formatter reports only these six headless test files.

Validation

  • biome format --write on the six reported files
  • repository-wide biome format . (1620 files, no remaining changes)
  • git diff --check

Follow-up to #2406.

@jackwener
jackwener merged commit d880d5a into apache:mainAug 7, 2026
9 of 10 checks passed
Astro-Han added a commit that referenced this pull request Aug 7, 2026
helper exports. Format residue was cleared in #2410; Knip still failed
the required typecheck lane on those unused exports. Remove them and
their exclusive private dependency graph, keep what live contracts import.
Astro-Han added a commit that referenced this pull request Aug 7, 2026
helper exports. Format residue was cleared in #2410; Knip still failed
the required typecheck lane on those unused exports. Remove them and
their exclusive private dependency graph, keep what live contracts import.
Sign up for freeto 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.

2 participants

@liugddx@jackwener