davidwlfreitas / gilded-rose-kata

Gilded Rose kata in TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gilded Rose

This is the Gilded Rose kata in TypeScript.

Getting started

Install dependencies

npm install

Running app

You may need to install ts-node

npx ts-node test/golden-master-text-test.ts

Or with number of days as args:

npx ts-node test/golden-master-text-test.ts 10

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

Vitest way

npm run test:vitest

About

Gilded Rose kata in TypeScript.


Languages

Language:TypeScript 100.0%