GildedRose-Refactoring-Kata/TypeScript/README.md
2021-11-09 18:41:26 +01:00

315 B

Gilded Rose

This is the Gilded Rose kata in TypeScript.

Getting started

Install dependencies

npm install

Running tests

To run all tests

Jest way

npm run test:jest

To run all tests in watch mode

npm run test:jest:watch

Mocha way

npm run test:mocha