diff --git a/.husky/pre-commit b/.husky/pre-commit index 449fcde..802822a 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm test +npm test -- --forbid-only --forbid-pending diff --git a/.husky/pre-push b/.husky/pre-push index 449fcde..802822a 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm test +npm test -- --forbid-only --forbid-pending