Skip to content

Simple repo to be used for when we start our mornings every day on the DGS-1 Software Development Team, so that we could quickly get started on Typescript Katas. Some branches are created for the results of which we wanted to possibly reference again later, though most were just deleted the next day.

marcjmiller/typescript-tdd-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-tdd-kata

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

About

Simple repo to be used for when we start our mornings every day on the DGS-1 Software Development Team, so that we could quickly get started on Typescript Katas. Some branches are created for the results of which we wanted to possibly reference again later, though most were just deleted the next day.

Topics

Resources

Stars

Watchers

Forks