Contributing
Setting up your dev environment
Getting the code
# clone your fork to your local machine
git clone https://github.com/trialspark/enzyme-context.git
# step into local repo
cd enzyme-context
# install dependencies
yarn installRunning tests
# Build all the packages
yarn build
# Run all tests
yarn test
# Run a TDD server
yarn test --watchLinting & formatting
Opening PRs
Last updated
Was this helpful?