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

View File

@@ -1,7 +1,7 @@
import { describe, expect, it } from 'vitest'
import { CallId } from '@deepseek-ai/dsh-llm'
import { interruptedTurnClosers } from '../src/index.ts'
import type { SessionEvent } from '../src/index.ts'
import { interruptedTurnClosers } from '../src/index'
import type { SessionEvent } from '../src/index'
/**
* Unit coverage for the crash-recovery closer synthesis. The persistence