| 1 | // Test the project-hook trust gate. Run with: node test-hook-trust.mjs |
| 2 | import { loadSettings, getPendingProjectHooks, trustProjectHooks } from "./dist/config/settings.js" |
| 3 | import assert from "node:assert" |
| 4 | import { mkdtempSync, mkdirSync, writeFileSync, rmSync } from "node:fs" |
nothing calls this directly
no test coverage detected