d-asensio / ip-generator-kata-20210113

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Node ❤️ Jest template

This template strives for simplicity, it must be minimalistic and fulfill a very specific goal: Provide a quick and easy way to get started with TDD in nodejs.

Prerequisites 📝

Be sure that you have the following things installed in your machine:

  • node 14.15.1

If you don't have node installed, a good way to do it is using volta, so you don't have to care about the version (it is defined in the package.json and volta will download the proper one for you)

Set up ⚙️

Run the following command:

npm i

You are good to go 🎉

Running tests ✅

Run the following command:

npm run test

on in watch mode

npm run test:watch

About


Languages

Language:JavaScript 100.0%