Skip to content

fix: reformat agent-shell testHelper.ts to pass prettier check#2059

Merged
robgruen merged 2 commits intodev/robgruen/glasswormfrom
copilot/fix-github-actions-workflow-build-ts-yet-again
Mar 24, 2026
Merged

fix: reformat agent-shell testHelper.ts to pass prettier check#2059
robgruen merged 2 commits intodev/robgruen/glasswormfrom
copilot/fix-github-actions-workflow-build-ts-yet-again

Conversation

Copy link
Contributor

Copilot AI commented Mar 24, 2026

The build_ts CI job was failing because test/testHelper.ts in agent-shell failed the prettier formatting check — a newly added waitFor call exceeded the line length limit.

Change

Reformatted the object argument in scrollContainer.waitFor() to multi-line style:

// Before
await scrollContainer.waitFor({ timeout: 120000, state: "attached" });

// After
await scrollContainer.waitFor({
    timeout: 120000,
    state: "attached",
});
Original prompt

Fix the failing GitHub Actions workflow build_ts (macos-latest, 22)
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 68274110387
Job URL: https://github.com/microsoft/TypeAgent/actions/runs/23464662092/job/68274110387


⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

Copilot AI changed the title [WIP] Fix failing GitHub Actions workflow build_ts fix: reformat agent-shell testHelper.ts to pass prettier check Mar 24, 2026
Copilot AI requested a review from robgruen March 24, 2026 01:09
@robgruen robgruen marked this pull request as ready for review March 24, 2026 01:10
@robgruen robgruen merged commit 3f0ee45 into dev/robgruen/glassworm Mar 24, 2026
1 check passed
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.

2 participants