Starting code for the GildedRose Refactoring Kata in many programming languages.
Go to file
2022-01-31 20:39:30 -05:00
app feat(name): added constant names 2022-01-31 20:39:30 -05:00
test Initial commit 2022-01-31 19:16:30 -05:00
.editorconfig Initial commit 2022-01-31 19:16:30 -05:00
.gitignore Initial commit 2022-01-31 19:16:30 -05:00
.mocharc.js Initial commit 2022-01-31 19:16:30 -05:00
.nycrc.js Initial commit 2022-01-31 19:16:30 -05:00
.prettierrc feat(name): added constant names 2022-01-31 20:39:30 -05:00
GildedRoseRequirements_es.md Update GildedRoseRequirements_es.md 2018-03-03 12:24:57 +01:00
GildedRoseRequirements.txt fix typo in requirements 2016-01-25 20:42:55 +01:00
jest.config.ts Initial commit 2022-01-31 19:16:30 -05:00
package-lock.json Initial commit 2022-01-31 19:16:30 -05:00
package.json Initial commit 2022-01-31 19:16:30 -05:00
README.md Initial commit 2022-01-31 19:16:30 -05:00
tsconfig.json Initial commit 2022-01-31 19:16:30 -05:00

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