test(cli-command): add unit tests for CLI command executor

Solution-ID: SOL-1735386000001

Issue-ID: ISS-1766921318981-15

Task-ID: T1
This commit is contained in:
catlog22
2025-12-28 22:44:47 +08:00
parent 84d06f4273
commit 6ffac8810b
2 changed files with 233 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
"scripts": {
"build": "tsc -p ccw/tsconfig.json",
"start": "node ccw/bin/ccw.js",
"test": "node --test ccw/tests/*.test.js",
"test": "node --experimental-strip-types --test ccw/tests/*.test.js",
"prepublishOnly": "npm run build && echo 'Ready to publish @dyw/claude-code-workflow'"
},
"keywords": [