husky/test.sh

16 lines
402 B
JavaScript
Raw Permalink Normal View History

2024-01-25 09:49:33 +08:00
#!/bin/sh
# To run tests, type ./test.sh in your terminal
2021-07-01 12:23:58 +08:00
set -e
npm pack && mv husky-*.tgz /tmp/husky.tgz
sh test/1_default.sh
sh test/2_in-sub-dir.sh
sh test/3_from-sub-dir.sh
sh test/4_not-git-dir.sh
2024-01-25 09:49:33 +08:00
sh test/5_git_command_not_found.sh
sh test/6_command_not_found.sh
2024-07-17 23:41:58 +08:00
sh test/7_node_modules_path.sh
sh test/8_set_u.sh
sh test/9_husky_0.sh
sh test/10_init.sh
sh test/11_time.sh
sh test/12_deprecated.sh