Automatically running tests before commits with ghooks

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

Wouldn't it be nice if everyone ran the tests before committing code? With ghooks, you can automatically add a githook when dependencies are installed which will allow you to define common scripts to be run at various points during git actions (like committing). In this lesson, we'll add a githook for running the tests before we commit code to make sure we don't commit anything that breaks the tests.

Mauricio Robayo
~ 6 years ago

Are you still using ghooks? (https://github.com/ghooks-org/ghooks/issues/166)