add tests for CLI

This commit is contained in:
Ruben Fiszel
2025-12-26 20:32:42 +00:00
parent bb24315613
commit 2e577fc847
9 changed files with 1515 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
/**
* Barrel file for workspace exports used by tests.
* Re-exports key functions from the workspace command module.
*/
export { addWorkspace, allWorkspaces, type Workspace } from "./src/commands/workspace/workspace.ts";