zobisco / tdd-kata-base-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A skeleton project for doing TDD in javascript

Getting Started

Node already installed

  • install the dependencies npm i
  • run the tests npm run test

DevContainer

  • in VSCode, open the command pallette (CTRL+SHIFT+P) and run Remote-Containers: Reopen in Container

Get in the flow!

  • watch for file changes and run the tests npm run watch

Dark Souls Mode

  • run the "test && commit || revert" script npm run souls-mode
  • keep those tests green or else your code will be reverted!

About

License:MIT License


Languages

Language:JavaScript 68.7%Language:Shell 26.5%Language:Dockerfile 4.9%