Vanilla Bean
Vanilla Bean is a library designed to redefine how you do unit testing and provide a more usuable API. Currently only tested with mocha, will eventually add other testing frameworks.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
npm - Installation
babel-cli - Build
Mocha - Testing
jsdoc - Generate Docs
Installing
Start by installing Mocha and Vanilla Bean through npm.
$ npm install -g mocha // or install locally
$ npm install --save-dev @beautiful-code/vanilla-bean
More instructions coming soon.
Running the tests
$ npm run test
$ npm run test:watch // continous testing
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details