petrarchy / arctype

A reference implementation framework for enterprise administration applications.
MIT License
4 stars 7 forks source link

Support mocha testing of react components using enzyme #2

Closed zacklitzsinger closed 7 years ago

zacklitzsinger commented 7 years ago

This changeset adds support for mocha/enzyme for testing purposes. It also swaps out the existing pre-commit library in favor of husky to allow for more control over git hooks. This allows us to run tests before pushes. Note that a separate changeset will alter how our linting works slightly to be more efficient and possibly be integrated with webpack.