Basic setup used for all goodeggs tests.
npm install goodeggs-test-helpers
Basic setup used for all Good Eggs tests.
Good Eggs tests use the BDD testing DSL from mocha, with a few extras.
Good Eggs tests use chai, with a bunch of plugins ready for you.
Please follow our Code of Conduct when contributing to this project.
```
yarn install
yarn test
To release a new version of this module, use yarn to bump the version
in package.json and create a git tag, then push. This will automatically
get published to the NPM registry via CI.
`sh``
yarn version --new-version=
git push --follow-tags