πΉThis is the Gilded Rose kata in TypeScript.
π₯ This repo uses the golden master technique to ensure that refactors do not alter the original behaviour.
Take a look, play and have fun with this. Just follow the commands below π
Stars are welcome π
Report an error π
Install dependencies
npm installnpm run buildOr with number of days as args:
npm run build -- 10To run all tests
npm run testποΈ To run all tests in watch mode
npm run test:watch