/code-4000-tdd

Simple project template for demonstrating TDD using NodeJS with Mocha and Chai

Primary LanguageJavaScriptMIT LicenseMIT

Code 4000 Test Driven Development Workshop

This simple project is a starter template for demonstrating TDD using NodeJS with Mocha and Chai.

The tag v0.1 contains the starting state for students i.e. no solution. The HEAD contains two annotated solutions.

Prerequisites

npm 5+ node 8+

To build

npm install

To run the tests

npm test

If all is well you should see the following output

Code 4000 TDD Workshop
    ✓ ensure that the project is ready to go
    
  1 passing

Resources

NodeJS - https://nodejs.org/en/ Chai test assertion - http://chaijs.com/api/assert/