Skip to content

Commit cd6568d

Browse files
committed
style: format MCP compatibility test
1 parent 091256f commit cd6568d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/mcp/__tests__/command-tools.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ test('MCP executes deprecated rotate calls without advertising a second tool', a
6565
orientation: 'landscape-left',
6666
message: 'Rotated to landscape-left',
6767
});
68-
assert.equal(listCommandTools().some((tool) => tool.name === 'rotate'), false);
68+
assert.equal(
69+
listCommandTools().some((tool) => tool.name === 'rotate'),
70+
false,
71+
);
6972
});
7073

7174
test('MCP command tool executor renders optimized snapshot text by default', async () => {

0 commit comments

Comments
 (0)