/
githubmirror
/
husky
Обзор
Документация
Войти
/
githubmirror
/
husky
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/5_git_command_not_found.sh
11 строк
157 B
typicode
v9 (#1333)
25 янв 2024, 04:49
Не верифицирован
25 янв 2024, 04:49
ec13855
Код
Авторство
О чём код?
#!/bin/sh . test/functions.sh setup install cat >index.mjs <<EOL process.env.PATH = '' import h from 'husky' console.log(h()) EOL expect 0 "node index.mjs"