kentcdodds / generator-kcd-oss

A yeoman generator for my open source modules
http://yeoman.io/
MIT License
138 stars 28 forks source link

Error in commit hook #40

Closed nickserv closed 3 years ago

nickserv commented 3 years ago

After editing validate.yml and attempting to commit:

✖ kcd-scripts test --findRelatedTests:
● Validation Error:

  Directory /Users/nick/Repos/generator-kcd-oss/src in the roots[0] option was not found.

  Configuration Documentation:
  https://jestjs.io/docs/configuration.html

Workaround

git commit --no-verify

kentcdodds commented 3 years ago

That's odd. We don't have a test script in this project so that should never run 🤔