refactor: ts in packages/*/tests use extensionless import

This commit is contained in:
imccyu
2026-06-17 23:21:42 +08:00
parent 846ea4dd60
commit 279e9f17eb
24 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import type { Agent, AgentStatus } from '@deepseek-ai/dsh-agent'
import AgentRegistry from '@deepseek-ai/dsh-agent'
import type { ContentBlock } from '@deepseek-ai/dsh-llm'
import type { Session, SessionEvent } from '@deepseek-ai/dsh-session'
import { createStdioChat, type Config, type StdioRuntime } from '../src/index.ts'
import { createStdioChat, type Config, type StdioRuntime } from '../src/index'
/**
* Unit tests for the stdio UI plugin. They drive the REAL plugin body