| 1 | 'use strict'; |
| 2 | // Tests for the TDD harness post-write hook (_tddPostWrite). |
| 3 | // These verify that the loop advances automatically when files are written, |
| 4 | // without the model calling run_tests or tdd_begin_cycle explicitly. |
nothing calls this directly
no test coverage detected