fix: rewrite tool-lab tests as pure functions (remove dead mount/FakeFs; fix import-type-as-value bug)
This commit is contained in:
@@ -10,7 +10,11 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm -r run build",
|
||||
"test": "pnpm -r run test",
|
||||
"test": "vitest run",
|
||||
"pack": "pnpm -r pack"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.20.0",
|
||||
"vitest": "^4.1.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user