Skip to content

🎨 style: fix prettier formatting in Actions test#659

Merged
futjesus merged 1 commit into
mainfrom
fix/prettier-actions-test
Jul 6, 2026
Merged

🎨 style: fix prettier formatting in Actions test#659
futjesus merged 1 commit into
mainfrom
fix/prettier-actions-test

Conversation

@futjesus

@futjesus futjesus commented Jul 6, 2026

Copy link
Copy Markdown
Member

Summary

Fixes the prettier formatting error that broke the release workflow on main (run 28806525916).

npm run check:prettier was failing on lib/components/VirtualizedTable/components/Actions/Actions.test.tsx — two getBoundingClientRect mock arrow functions were wrapped onto a second line when prettier expects them on a single line.

Changes

  • Ran prettier --write on the failing file (formatting only, no logic changes).

Verification

  • npm run check:prettier passes.
  • All 460 tests pass.

@futjesus futjesus merged commit 9502daf into main Jul 6, 2026
1 check passed
@futjesus futjesus deleted the fix/prettier-actions-test branch July 6, 2026 16:28
Sign up for free to 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.

1 participant