GildedRose-Refactoring-Kata/README.md
2022-08-22 10:59:03 +12:00

424 B

Gilded Rose

This is the Gilded Rose kata in JavaScript with Jest.

See docs/GildedRoseRequirements.txt for the business requirements.

Getting started

Install dependencies

npm install

Run the demo

npm start

Running tests

To run all tests

npm test

To run all tests in watch mode

npm run test:watch

To generate test coverage report

npm run test:coverage