style: apply biome formatter to cli.test.js

Change-Id: I52932009843be1d12872066bf462e01f119ab028
This commit is contained in:
wujunchen 2026-05-14 10:19:46 +08:00
parent 5a5baf0910
commit 9473ff8434

View file

@ -263,10 +263,7 @@ async function testClaudeCodeArgs() {
'stream-json',
'claude output should stream JSON events',
);
assert.ok(
capturedArgs.includes('--verbose'),
'stream-json requires --verbose in Claude CLI 2.1.131+',
);
assert.ok(capturedArgs.includes('--verbose'), 'stream-json requires --verbose in Claude CLI 2.1.131+');
assert.ok(capturedArgs.includes('--append-system-prompt'), 'should include --append-system-prompt');
assert.ok(capturedArgs.includes('--tools'), 'should explicitly restrict Claude tools');
assert.strictEqual(capturedArgs[capturedArgs.indexOf('--tools') + 1], '', 'Claude tools should be disabled');