Dashboard › craft › Distillation
1ad56328-172d-4746-a296-7a32e9ff5102["lore_tm_v1_oOWaueO3NlCwhKMV98edpIHwFvBpblpjZLbOa47BBQo","lore_tm_v1_32YzAYfsSDH2CgyfeKth19fgrFUqn4wLtcvqgyDAEQM"]
Date: Sep 8, 2026
src/commands/workspace_cmds/__tests__/list.test.ts tests the workspace list command. It mocks getWorkspaceNames from ../../../config and formatJson from ../../../utils/strings as JSON.stringify(value).workspace list command test prints exact configured workspace names configures getWorkspaceNames() to return ['cli', 'mcp.v2'], invokes handler(), and expects console.log to receive exact JSON string ["cli","mcp.v2"].workspace list command test prints an empty array when no workspaces are configured configures getWorkspaceNames() to return [], invokes handler(), and expects console.log to receive [].