Skip to content

An Automated Testing Project for practicing Unit Testing with Mocha and Chai.

Notifications You must be signed in to change notification settings

simranjeet77/TDD-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Driven Development Practice Project

An Automated Testing Project for practicing Unit Testing with Mocha and Chai.

Team Members

Setup

  1. Clone this respositary to your machine.
  2. Go into the project's root directory, and run the command npm install.
  3. Run the test suit using the command npm test.

If the command npm test does not work, you may need to install mocha globally on your machine.Do this with the command npm install -g mocha.

What we learned working on this Project

  • We learned how to use Chai's assertion syntax for unit tests.
  • We learned the Node.js and also improved our skills working on Visual Studio Code.

About

An Automated Testing Project for practicing Unit Testing with Mocha and Chai.

Topics

Resources

Stars

Watchers

Forks