Skip to content

Automated testing in Node.js using Mocha

Notifications You must be signed in to change notification settings

Learn-by-doing/automated-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Testing

Automated testing in Node.js using Mocha.

Getting Started

Before you can run the tests, you must first run install all the necessary node module dependencies for the project. Run the following command from your terminal:

npm install

Now you should be able to run the tests like this:

npm test

You should see something like the following: Alt text

About

Automated testing in Node.js using Mocha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published