#!/usr/bin/env node /** * @traqr/core — Test Harness * * Validates the traqr-init template engine across all 5 starter packs. * 8 test suites × 5 packs = 40 test groups. * * Usage: node dist/test-harness.js * Output: Structured text with pass/fail indicators, JSON-parseable summary. */ export {}; //# sourceMappingURL=test-harness.d.ts.map