Skip to content

Running Copilot coding agent #24

Running Copilot coding agent

Running Copilot coding agent #24

Triggered via dynamic February 17, 2026 15:33
Status Success
Total duration 19m 6s
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 > Statement-level blank lines (should be preserved) > should preserve blank line after multi-line comment block followed by element in component body: packages/prettier-plugin/src/index.test.js#L4084
Error: expect(received).toBeWithNewline(expected) Expected: component App() { <div> <div> let x = 1; // inner comment <div /> </div> <div>{"Sibling"}</div> </div> // if (show) { // <div>{"Top Scope - Show is true"}</div> // } <button onClick={() => (@b = !@b)}>{"Toggle b"}</button> } Received: component App() { <div> <div> let x = 1; // inner comment <div /> </div> <div>{"Sibling"}</div> </div> // if (show) { // <div>{"Top Scope - Show is true"}</div> // } <button onClick={() => (@b = !@b)}>{"Toggle b"}</button> } ❯ packages/prettier-plugin/src/index.test.js:4084:20
packages/prettier-plugin/src/index.test.js > prettier-plugin > blank line rules > Statement-level blank lines (should be preserved) > should preserve blank line between commented out block and following element: packages/prettier-plugin/src/index.test.js#L4063
Error: expect(received).toBeWithNewline(expected) Expected: component App() { <div id="second-top-block"> <div> // comment <div /> </div> <div id="sibling-block">{"Sibling"}</div> </div> // if (show) { // <div id="third-top-block">{"Top Scope - Show is true"}</div> // } <button onClick={() => (@b = !@b)}>{"Toggle b"}</button> } Received: component App() { <div id="second-top-block"> <div> <div /> </div> // comment <div id="sibling-block">{"Sibling"}</div> </div> // if (show) { // <div id="third-top-block">{"Top Scope - Show is true"}</div> // } <button onClick={() => (@b = !@b)}>{"Toggle b"}</button> } ❯ packages/prettier-plugin/src/index.test.js:4063:20