goodeggs-test-helpers
v8.3.3
Published
Basic setup used for all goodeggs tests.
Downloads
97
Readme
Good Eggs Test Helpers
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