An open API service indexing awesome lists of open source software.

https://github.com/alfianandinugraha/first-mocha

Learn Mocha with Sinon.js and Chai.js for Test-Driven Development 🧪
https://github.com/alfianandinugraha/first-mocha

chai example learning mocha sinon test-driven-development ttd

Last synced: 3 months ago
JSON representation

Learn Mocha with Sinon.js and Chai.js for Test-Driven Development 🧪

Awesome Lists containing this project

README

        

# First Mocha 🧪

![aa](https://i.imgur.com/MPTfhXx.png)



Mocha report with Mochawesome

Learning Mocha is interesting. Create some tests, run, and show the red color LMAO. Different from Jest, Mocha needs an external plugin to develop testing.

- [Sinon.js](https://sinonjs.org/). Plugin for stub, mock, and spy dependencies
- [Chai.js](https://www.chaijs.com/). Plugin for creating assertion
- [Mochawesome](https://gitter.im/mochawesome/general). Plugin for generating documentation about your test case