Originally created and maintained by @emilybache. Adapted from emilybache/GildedRose-Refactoring-Kata by @ksmutny.
npm install
npm run ts ./src/gilded-rose-text-test.ts <days>
<days>
- number of days to pass; default = 2
Run all tests
npm test
Run Mocha tests separately
npm run test:mocha
Run Cucumber tests separately
npm run test:cucumber