/node-tdd

Primary LanguageJavaScript

Node TDD Boilerplate

This project is to help you learn how to set up a TDD environment using Node and Jest.

To install, clone the repo, cd into the js-tdd directory and run npm install

Commands to run:

For testing, run npm test (To stop testing, hit Ctrl + C)