d-asensio / basic-node-with-jest-template

Useful for katas πŸ™ƒ

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

Useful for katas πŸ™ƒ


Languages

Language:JavaScript 100.0%