This repo's purpose is to easily setup for doing Test Driven Development (TDD) Katas in Typescript with Jest as your testrunner.
./src/helloworld.ts and ./src/hello.ts are examples of simple typescript apps.
./src/__tests__/helloworld.test.ts and ./src/__tests__/hello.test.ts are examples of simple tests.
After cloning the repo, run npm install to install dependencies.
Use npm test to start Jest in watch mode