@tao.js/core
v0.21.0
Published
Core Javascript implementation of the TAO ☯ programming paradigm designed to embrace entropy inherent in application and system development using a simple set of building blocks
Readme
Mutation testing (@tao.js/core)
StrykerJS + Jest, focused on this package first.
Run
From repo root:
pnpm test:mutation:coreOr from this package:
pnpm test:mutationHTML/JSON reports land in reports/mutation/ (gitignored).
Notes
- Config:
stryker.config.json—inPlace: trueso Jest can still resolve the monorepojest.preset.cjs. - Unfinished
Kernel.channelis excluded via// Stryker disable all. - Equivalent / unobservable mutants are commented out with
// Stryker disable … : reason(noopconsolecatches inAppCtxHandlers, Set middleware guards, multi-axis leaf index helpers inNetwork, timeoutclearTOshort-circuits inKernel). - Disable reasons use a colon (
:), not--— otherwise Stryker ignores the directive. - Latest score (2026-07-18): 99.81% (371 killed, 141 timeout, 1 survived before final ignore; thresholds high=95).
Next: raise @tao.js/react (pnpm test:mutation:react), then other public packages.
