Is there a way to run affected Jest Tests before every commit?
I would like to run my Jest Tests before every commit, but because running all of my Jest Tests would take very long, it would be nice if I can only run the tests affected by the files I've changed with my commit.
2436 views