add tool tests

This commit is contained in:
Dax Raad
2025-05-21 10:30:39 -04:00
parent f0f55bc75f
commit e01afb407c
15 changed files with 306 additions and 244 deletions

4
js/src/tool/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export * from "./bash";
export * from "./edit";
export * from "./view";
export * from "./glob";