ECC/tests
Affaan Mustafa 45a0b62fcb test: add Round 103 edge-case tests (countInFile bool, grepFile numeric, loadAliases array)
- countInFile(file, false): boolean falls to else-return-0 type guard (utils.js:443)
- grepFile(file, 0): numeric pattern implicitly coerced via RegExp constructor,
  contrasting with countInFile which explicitly rejects non-string non-RegExp
- loadAliases with array aliases: typeof [] === 'object' bypasses validation
  at session-aliases.js:58, returning array instead of plain object

Total tests: 869 (all passing)
2026-02-13 16:08:47 -08:00
..
ci test: cover whitespace-only frontmatter field, empty SKILL.md, and getAllSessions TOCTOU symlink 2026-02-13 11:20:44 -08:00
hooks test: add 3 tests for scoped pkg detection, empty env var, and tools-without-files (Round 94) 2026-02-13 14:44:40 -08:00
integration test: add timeout enforcement, async hook schema, and command format validation tests 2026-02-13 05:23:16 -08:00
lib test: add Round 103 edge-case tests (countInFile bool, grepFile numeric, loadAliases array) 2026-02-13 16:08:47 -08:00
scripts test: add 3 tests for stdin 1MB overflow and analyzePhase async method (round 87) 2026-02-13 12:42:20 -08:00
run-all.js fix: add cwd to prettier hook, consistent process.exit(0), and stdout pass-through 2026-02-13 03:20:41 -08:00