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

View File

@@ -35,8 +35,7 @@
"node": ">=22.19"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "vitest run"
"build": "tsc -p tsconfig.json"
},
"peerDependencies": {
"@deepseek-ai/cordis": "^4.0.1",