DEBSOURCES
Skip Quicknav
sources / node-husky / 9.1.7-1 / test / 4_not-git-dir.sh
1234567891011
#!/bin/sh . test/functions.sh setup install # Should not fail rm -rf .git expect 0 "npx --no-install husky" mkdir .git expect 0 "npx --no-install husky"