RDD, CDD and TDD workshop
Table of Contents generated with DocToc
1 open-source library that we need to
Complete the README.md file to describe and explain package features.
Write the Unit tests with assert as assertion library for the test directory.
❯ npm run test
Write missing method comments with JSDoc for all files in weather directory (cli.js
and index.js
files).
- Fork the project via
github
- Clone the project
git clone https://github.com/YOUR_USERNAME/rdd-cdd-tdd
- Update README.md file
- Update tests file
- Update lib JSDoc comments
- Don't forget to commit and push