Skip to content

Running Copilot coding agent #34

Running Copilot coding agent

Running Copilot coding agent #34

Triggered via dynamic February 17, 2026 18:26
Status Success
Total duration 12m 52s
Artifacts

copilot

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

2 errors
packages/prettier-plugin/src/index.test.js > prettier-plugin > blank line rules > should not move comments before if statement into the test condition: packages/prettier-plugin/src/index.test.js#L4814
Error: expect(received).toBeWithNewline(expected) Expected: component App() { <div id="second-top-block"> // <div> if (true) { <div>{'b is true'}</div> } // <div> // <div> // if (@b) { // <span>nested</span> // } // </div> // </div> // <div /> // </div> // <div id="sibling-block">{'Sibling'}</div> </div> } Received: component App() { <div id="second-top-block"> if (true) { <div>{'b is true'}</div> } // <div> // <div> // if (@b) { // <span>nested</span> // } // </div> // </div> // <div /> // </div> // <div id="sibling-block">{'Sibling'}</div> </div> } ❯ packages/prettier-plugin/src/index.test.js:4814:19
packages/prettier-plugin/src/index.test.js > prettier-plugin > blank line rules > should not move comments before if statement into the test condition: packages/prettier-plugin/src/index.test.js#L4814
Error: expect(received).toBeWithNewline(expected) Expected: component App() { <div id="second-top-block"> // <div> if (true) { <div>{'b is true'}</div> } // <div> // <div> // if (@b) { // <span>nested</span> // } // </div> // </div> // <div /> // </div> // <div id="sibling-block">{'Sibling'}</div> </div> } Received: component App() { <div id="second-top-block"> if ( // <div> true ) { <div>{'b is true'}</div> } // <div> // <div> // if (@b) { // <span>nested</span> // } // </div> // </div> // <div /> // </div> // <div id="sibling-block">{'Sibling'}</div> </div> } ❯ packages/prettier-plugin/src/index.test.js:4814:19