mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 08:45:50 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -43,7 +43,9 @@ describe('DiscoverSkillsTool', () => {
|
||||
const { DiscoverSkillsTool } = await import('../DiscoverSkillsTool.js')
|
||||
const result = DiscoverSkillsTool.mapToolResultToToolResultBlockParam(
|
||||
{
|
||||
results: [{ name: 'test-skill', description: 'A test skill', score: 0.85 }],
|
||||
results: [
|
||||
{ name: 'test-skill', description: 'A test skill', score: 0.85 },
|
||||
],
|
||||
count: 1,
|
||||
},
|
||||
'test-id',
|
||||
|
||||
Reference in New Issue
Block a user