Skip to content

Commit ad95462

Browse files
cameroncookecodex
andcommitted
style(ui-automation): Format incomplete completion test
Apply Prettier wrapping to the no-op completion regression test so the branch is clean after the targeted fix. Co-Authored-By: Codex <noreply@openai.com>
1 parent db5496a commit ad95462

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/mcp/tools/ui-automation/__tests__/ui-action-incomplete-completion-next-steps.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@ describe('UI action incomplete completion next steps', () => {
289289
});
290290

291291
expect(ctx.nextSteps?.[0]?.params?.elementRef).not.toBe(addRef);
292-
expect(ctx.structuredOutput?.renderHints?.runtimeSnapshot?.suppressedTargetRefs).toBeUndefined();
292+
expect(
293+
ctx.structuredOutput?.renderHints?.runtimeSnapshot?.suppressedTargetRefs,
294+
).toBeUndefined();
293295
expect(
294296
compactTargets(envelope).some(
295297
(target) => target.startsWith(`${rowRef}|tap|`) && target.includes('not saved'),

0 commit comments

Comments
 (0)