Changelog

biomejs/biome · · 1 commit

Fix wrapping for curried test.each calls

Biome now breaks long curried test.each/it.each/describe.each/test.for calls correctly instead of hugging them onto one line.

Fix curried test.each-family calls to wrap by line width (dyc360c8043) Biome's JS formatter now treats curried test.each, it.each, describe.each, and test.for calls as normal breakable call expressions when the arguments exceed the configured width. This fixes a formatting bug where the outer call could stay hugged onto one line, and adds regression coverage for the affected patterns.

Other misc changes

  • Added a changeset for the patch release
  • Updated formatter snapshots and test fixtures for the new wrapping behavior