/
githubmirror
/
husky
Обзор
Документация
Войти
/
githubmirror
/
husky
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/6_command_not_found.sh
14 строк
249 B
typicode
automatically rm deprecated code
18 июл 2024, 15:28
18 июл 2024, 15:28
b9f5889
Код
Авторство
О чём код?
#!/bin/sh . test/functions.sh setup install npx --no-install husky # Test core.hooksPath expect_hooksPath_to_be ".husky/_" # Test pre-commit with 127 exit code git add package.json echo "exit 127" > .husky/pre-commit expect 1 "git commit -m foo"