| 1 | // Test that hooks never see OrbCode credentials (or other secret-like env vars). |
| 2 | // Run with: node test-hook-env.mjs |
| 3 | import { HookRunner } from "./dist/core/hooks.js" |
| 4 | import assert from "node:assert" |
nothing calls this directly
no test coverage detected