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

@@ -20,7 +20,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm install vitest
- run: pnpm -r build
- run: pnpm -r test
- run: pnpm test
- run: pnpm -r pack
publish: