/** * Tests for tap update --force-hooks protection (issue #722) * * Verifies that the hook merge logic in install() correctly: * - merges TAP hooks with existing non-TAP hooks during `tap update` (force=true) * - warns when non-TAP hooks are present * - only fully replaces when --force-hooks is explicitly set * * Tests exercise isOmcHook() and the merge logic via unit-level helpers * to avoid filesystem side-effects. */ export {}; //# sourceMappingURL=installer-hooks-merge.test.d.ts.map