Skip to content

Addressing comment on PR #669 #29

Addressing comment on PR #669

Addressing comment on PR #669 #29

Triggered via dynamic February 17, 2026 16:27
Status Success
Total duration 6m 54s
Artifacts

copilot

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

1 error
packages/prettier-plugin/src/index.test.js > prettier-plugin > should not add an extra blank line before a comment inside element children: packages/prettier-plugin/src/index.test.js#L2250
Error: expect(received).toBeWithNewline(expected) Expected: component App() { <div id="second-top-block"> <div> let x = 1; // comment <div>{'Test'}</div> </div> </div> } Received: component App() { <div id="second-top-block"> <div> let x = 1; // comment <div>{'Test'}</div> </div> </div> } ❯ packages/prettier-plugin/src/index.test.js:2250:18