mirror of
https://github.com/fancive/obsidian-parallel-reader.git
synced 2026-07-22 06:53:43 +00:00
style: apply biome formatter to cli.test.js
Change-Id: I52932009843be1d12872066bf462e01f119ab028
This commit is contained in:
parent
5a5baf0910
commit
9473ff8434
1 changed files with 1 additions and 4 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue