cc-api-statusline 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/cc-api-statusline.js +1161 -541
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -513,7 +513,7 @@ bun run start
|
|
|
513
513
|
bun run example
|
|
514
514
|
|
|
515
515
|
# Run tests
|
|
516
|
-
bun test
|
|
516
|
+
bun run test
|
|
517
517
|
|
|
518
518
|
# Lint
|
|
519
519
|
bun run lint
|
|
@@ -577,7 +577,7 @@ bun run check
|
|
|
577
577
|
|
|
578
578
|
## Testing
|
|
579
579
|
|
|
580
|
-
- **
|
|
580
|
+
- **578 tests** across **34 test files**
|
|
581
581
|
- Unit tests for all services, renderers, and shared utilities
|
|
582
582
|
- Core execution path tests (A/B/C/D)
|
|
583
583
|
- E2E smoke tests with isolated environments
|