You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Husky should run npm run test:unit on pre-commit. Although, since #50, the unit testing strategy will blend with "integrated" (not integration) testing, in which case it might be better to remove the :unit suffix.
The text was updated successfully, but these errors were encountered:
There is no
test
command at the moment because the unit tests script is explicitly suffixed with:unit
. Husky is trying to runnpm test
and failing.anime-suupu/.husky/pre-commit
Line 4 in d6f015c
Husky should run
npm run test:unit
on pre-commit. Although, since #50, the unit testing strategy will blend with "integrated" (not integration) testing, in which case it might be better to remove the:unit
suffix.The text was updated successfully, but these errors were encountered: