mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 16:25:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -16,10 +16,9 @@ describe('SleepTool', () => {
|
||||
})
|
||||
|
||||
test('wakes early when queued work arrives', async () => {
|
||||
const sleepPromise = SleepTool.call(
|
||||
{ duration_seconds: 10 },
|
||||
{ abortController: new AbortController() } as any,
|
||||
)
|
||||
const sleepPromise = SleepTool.call({ duration_seconds: 10 }, {
|
||||
abortController: new AbortController(),
|
||||
} as any)
|
||||
|
||||
setTimeout(() => {
|
||||
enqueue({
|
||||
|
||||
Reference in New Issue
Block a user