AJ
ajoseph-stride/twelveDaysOfChristmas
TDD Boilerplate
This repository houses the boilerplate necessary for test-driving code in Node, leveraging the jest library.
Setup
npm install
Running the tests
# runs tests
npm run test
# runs test and reruns automatically on file change
npm run test:watch