intuit / judo

Judo is an easy-to-use Command Line Interface (CLI) Integration Testing Framework, driven from a simple yaml file that also contains assertions.
Other
51 stars 21 forks source link

Get git hooks running #20

Closed ejfrancis closed 5 years ago

ejfrancis commented 5 years ago

At one point in time we had used the husky package to run prepush and precommit scripts in package.json as git hooks to enforce code linting and coverage. It looks like it's not working anymore, I'll have to investigate.

I believe we had used an internal package at Intuit when this was not a public repo and perhaps we forgot to replace it with the standard husky package when moving to open source.

paulolorenzobasilio commented 5 years ago

Hi, I would love to work on this.

ktamilvanan commented 5 years ago

Dibs. I will add this config.