Skip to content

twlevelup/tdd-pairing-demo

Repository files navigation

Magic ATM

This is a ATM simulator built using TDD and Pair Programming.

Getting started

Prerequisites

  • Install node
  • Run ./go install

Running the app

  • Run ./go start

Running the tests

  • Run ./go test

Running the tests on watch mode

  • Run ./go test:watch

Project Tech Stack

  • Node
    • You can read more about node.js here and here
  • TypeScript
    • You can read more about typescript here and here
  • Jest
    • You can read more about jest here
  • Jest + Typescript
    • In order to use jest to run our tests written in TypeScript we need to configure our project, learn more about this here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published