Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

amritpandey23/Mocha-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing with Mocha ☕️

Read the complete tutorial here.

🤷‍ How to use this repo

  1. Fork it
  2. Clone it from your fork or:
git clone https://github.com/ap4gh/testing_with_mocha.git
  1. Install dependencies
npm install
  1. Run tests
npm run tests
  1. To practice from start use start branch
git checkout start

📖 Read the tutorial

Explanation of this tutorial is given in this article. https://blog.codecareer.io/javascript-why-do-we-need-tests-cjwtjvaku004gjus1bjqw0b2t

LICENSE

MIT