/3-musketeers

RDD, CDD and TDD workshop

Primary LanguageJavaScript

3 musketeers

RDD, CDD and TDD

Introduction

3 open-source libraries that we need to

  1. write a README.md
  2. write missing comments with JSDoc
  3. write Unit Tests with mocha

Usage

  1. Fork the repository If you don't have a github account, click here.
  2. git clone https://github.com/YOUR_USERNAME/3-musketeers.git

RDD

Complete the README.md files for:

TDD

Write the Unit tests with expect as assertion library for:

❯ npm -i -g grunt-cli
❯ npm i
❯ grunt test

CDD (Bonus)