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
- Host: GitHub
- URL: https://github.com/palashmon/learn-mocha-chai
- Owner: palashmon
- Created: 2018-03-04T16:01:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T16:03:43.000Z (about 8 years ago)
- Last Synced: 2026-01-13T06:56:44.223Z (6 months ago)
- Topics: chai, examples, learning, mocha, unit-testing
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-mocha-chai
[](https://github.com/palashmon/learn-mocha-chai/search?l=javascript)
[](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