Skip to content

madetech/typescript_katas_starter

Repository files navigation

TypeScript Katas Starter

This is a basic starter repository for doing katas in TypeScript, with tests using Jest.

  • Write your kata solutions in the app directory.
  • Write test files in the tests directory.

Suggested Katas

Made Tech Katas

Getting started

Install dependencies

npm install

Running tests

To run all tests

npm run test

To run all tests in watch mode

npm run test:watch

To run one test

npm run test <testname>

E.g.

npm run test subtract

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published