Contributing
We'd love for you to help us make enzyme-context
better!
Setting up your dev environment
Getting the code
Running tests
We use jest
for testing so you can pass any arguments to yarn test
that can be passed to jest
!
Linting & formatting
We use prettier
to format the code and tslint
to lint it. Code will be automatically formatted and linted whenever you commit.
Opening PRs
If you're proposing a new feature that's non-trivial to implement, you should first open file a ticket to solicit feedback and guidance from a project maintainer. For smaller bug fixes and features, feel free to just open a PR.
Upon creating your PR you'll be presented with a checklist; make sure all the boxes are checked before submitting!
Last updated