Skip to content

zubron/tdd-express-mocha-chai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tdd-express-mocha-chai

Demo project for CodeHub JavaScript 1-day workshop. This is a simple Express application developed using a test-driven approach using Mocha and Chai.

Requirements

How to run

The project can be run using

npm start

You can also run the tests using

npm test

How to use this project

This project is divided using git tags. Each tag corresponds to a different test in a pass or fail state. For example, 03_fail is the tag where the third test is in a fail state. To switch between tags, use

git checkout <tag_name>

About

Demo project for CodeHub JavaScript 1-day workshop

Resources

Stars

Watchers

Forks

Packages

No packages published