fix: rewrite tool-lab tests as pure functions (remove dead mount/FakeFs; fix import-type-as-value bug)
All checks were successful
build-and-publish / build-test (push) Successful in 26s
build-and-publish / publish (push) Has been skipped

This commit is contained in:
2026-08-27 09:34:15 +07:00
parent 2e94fc9a68
commit e76c91c886
6 changed files with 19 additions and 94 deletions

21
pnpm-lock.yaml generated
View File

@@ -6,19 +6,14 @@ settings:
importers:
.: {}
.test-dsh/profiles/web:
dependencies:
'@deepseek-ai/dsh-telegram-remote':
specifier: workspace:*
version: link:../../../packages/telegram-remote
'@deepseek-ai/dsh-tool-lab':
specifier: workspace:*
version: link:../../../packages/tool-lab
'@deepseek-ai/dsh-web-search-searxng':
specifier: workspace:*
version: link:../../../packages/web-search-searxng
.:
devDependencies:
'@types/node':
specifier: ^22.20.0
version: 22.20.1
vitest:
specifier: ^4.1.8
version: 4.1.11(@types/node@22.20.1)(vite@8.2.2(@types/node@22.20.1))
packages/telegram-remote: {}