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

https://github.com/palashmon/learn-mocha-chai

Learning about Unit Testing our JavaScript code using Mocha and Chai
https://github.com/palashmon/learn-mocha-chai

chai examples learning mocha unit-testing

Last synced: 2 months ago
JSON representation

Learning about Unit Testing our JavaScript code using Mocha and Chai

Awesome Lists containing this project

README

          

# learn-mocha-chai

[![Languages Count](https://img.shields.io/github/languages/count/palashmon/learn-mocha-chai.svg)](https://github.com/palashmon/learn-mocha-chai/search?l=javascript)
[![Top Language Used](https://img.shields.io/github/languages/top/palashmon/learn-mocha-chai.svg)](https://github.com/palashmon/learn-mocha-chai/search?l=javascript)
 

Learning about Unit Testing our JavaScript code using Mocha and Chai

* [x] What Is Unit Testing
* [x] Setting up the Tools
* [x] Setting up a Test Runner
* [x] The Basic Test Building Blocks
* [x] Writing the Test Code
* [x] Running the Test
* [x] The Test Results
* [x] Some use cases
* [x] Running the Tests in the Browser