feat: tests/test-pre-commit-installed.sh #55
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Scope
Write
tests/test-pre-commit-installed.sh— verifies:.pre-commit-config.yamlis presentClosing without action — reviewed during grill-with-docs triage of the small-issue batch. Pre-commit installation and successful hook execution are already exercised incidentally across the existing hook-related test suites (e.g. test-vale-hooks-consumer.sh, test-git-hooks-install.sh), README.md's Prerequisites table already documents pre-commit as a required pre-push dependency, and tests/run-tests.sh --strict already turns a missing pre-commit binary into a hard failure via the exit-77 skip convention. A dedicated test-pre-commit-installed.sh would duplicate that coverage without adding a new failure mode it doesn't already catch. Reopen if a gap is found that the existing suites don't actually cover.