| 1 | // test/validatorDaemon.test.js |
| 2 | // Tests the independent validator daemon: starts/stops cleanly, honors |
| 3 | // isValidatorEnabled at each tick, and processes tasks via runValidatorCycle. |
| 4 | 'use strict'; |
nothing calls this directly
no test coverage detected