goodeggs-test-helpers

Basic setup used for all goodeggs tests.


License
MIT
Install
npm install goodeggs-test-helpers@6.5.1

Documentation

Good Eggs Test Helpers

Build Status

Basic setup used for all Good Eggs tests.

Test structure

Good Eggs tests use the BDD testing DSL from mocha, with a few extras.

Assertions

Good Eggs tests use chai, with a bunch of plugins ready for you.

Contributing

Please follow our Code of Conduct when contributing to this project.

yarn install
yarn test

Releasing

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.

yarn version --new-version=<major|minor|patch|premajor|preminor|prepatch>
git push --follow-tags

License

MIT