# Gilded Rose This is the Gilded Rose kata in TypeScript. ## Getting started Install dependencies ```sh npm install ``` ## Running tests To run all tests ### Jest way ```sh npm run test:jest ``` To run all tests in watch mode ```sh npm run test:jest:watch ``` ### Mocha way ```sh npm run test:mocha ```